Commit 564f845e by Tom Christie

Lower header font weights for nicer docs style

parent 8e2dc6b2
# Versioning
# Pagination
# Internationalization
# ModelSerializer API
......@@ -171,6 +171,21 @@ body{
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 */
.navbar .navbar-inner{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment