Branches pages polished. few css improvements

This commit is contained in:
Dmitriy Zaporozhets 2012-05-18 00:23:18 +03:00
parent 2b319d0496
commit 02dc256514
10 changed files with 51 additions and 20 deletions

View file

@ -1,3 +1,6 @@
body {
margin-bottom:20px;
}
a {
outline: none;
color: $link_color;
@ -67,6 +70,10 @@ h3, h4, h5, h6 {
line-height: 36px;
}
h5 {
font-size:14px;
}
code {
background:#FCEEC1;
color:$style_color;