diff options
| author | Tom Christie | 2014-12-19 21:32:43 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-19 21:32:43 +0000 | 
| commit | 2a1485e00943b8280245d19e1e1f8514b1ef18ea (patch) | |
| tree | 6b0a43326c6541662862de2b21d290c8c0b86007 /docs_theme | |
| parent | 48d15f6ff8a13aafd5b4977c8d1b4b7fe70b4f6a (diff) | |
| download | django-rest-framework-2a1485e00943b8280245d19e1e1f8514b1ef18ea.tar.bz2 | |
Final bits of docs for ModelSerializer fields APImodel-serializer-api
Diffstat (limited to 'docs_theme')
| -rw-r--r-- | docs_theme/css/default.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index 8c9cd536..48d00366 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -239,6 +239,10 @@ body a:hover{       }  } +h1 code, h2 code, h3 code, h4 code, h5 code { +  color: #333; +} +  /* sticky footer and footer */  html, body {    height: 100%; | 
