diff options
| author | Tom Christie | 2015-02-06 14:35:06 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-02-06 14:35:06 +0000 | 
| commit | 3dff9a4fe2952cf632ca7f4cd9ecf4221059ca91 (patch) | |
| tree | 0649d42b20b875e97cb551b987644b61e7860e84 /docs_theme | |
| parent | c06a82d0531f4cb290baacee196829c770913eaa (diff) | |
| parent | 1f996128458570a909d13f15c3d739fb12111984 (diff) | |
| download | django-rest-framework-model-serializer-caching.tar.bz2 | |
Resolve merge conflictmodel-serializer-caching
Diffstat (limited to 'docs_theme')
| -rw-r--r-- | docs_theme/css/default.css | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index 8c9cd536..d998fbee 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -171,6 +171,25 @@ 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 +} + +#main-content img { +    display: block; +    margin: 40px auto; +}  /* custom navigation styles */  .navbar .navbar-inner{ @@ -239,6 +258,10 @@ body a:hover{       }  } +h1 code, h2 code, h3 code, h4 code, h5 code { +  color: #333; +} +  /* sticky footer and footer */  html, body {    height: 100%; | 
