Lower header font weights for nicer docs style

This commit is contained in:
Tom Christie 2015-01-13 12:21:03 +00:00
parent 8e2dc6b26d
commit 564f845e21
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Versioning
# Pagination
# Internationalization
# ModelSerializer API

View File

@ -171,6 +171,21 @@ body{
background-attachment: fixed; background-attachment: fixed;
} }
#main-content h1:first-of-type {
margin-top: 0
}
#main-content h1, #main-content h2 {
font-weight: 300;
margin-top: 20px
}
#main-content h3, #main-content h4, #main-content h5 {
font-weight: 500;
margin-top: 15px
}
/* custom navigation styles */ /* custom navigation styles */
.navbar .navbar-inner{ .navbar .navbar-inner{