mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Lower header font weights for nicer docs style
This commit is contained in:
parent
8e2dc6b26d
commit
564f845e21
7
docs/topics/3.1-announcement.md
Normal file
7
docs/topics/3.1-announcement.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user