Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix h4 margin and navigation background color
  • Loading branch information
Eugene Simakin committed Jan 5, 2014
1 parent 30d0ee6 commit fdfca8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/stylesheet.css
Expand Up @@ -283,6 +283,7 @@ form {
font-size: 15px;
font-weight: bold;
color: #474747;
margin-bottom: 15px;
}

h4:before {
Expand Down Expand Up @@ -525,4 +526,11 @@ footer a:hover {

.affix-top {
width: 200px;
}

.sidenav {
padding-top: 10px;
padding-bottom: 10px;
background-color: #f7f5fa;
border-radius: 5px;
}

0 comments on commit fdfca8e

Please sign in to comment.