diff options
| author | Tom Christie | 2015-02-06 13:08:04 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-02-06 13:08:04 +0000 | 
| commit | 1d4956f61615ed32f52b2f92bb8ae31b09279a34 (patch) | |
| tree | 75e1edd39004b31ca1fda76302907404b4342828 /docs_theme/css/default.css | |
| parent | 53716f61527266159c285b903da98ec432e52564 (diff) | |
| download | django-rest-framework-1d4956f61615ed32f52b2f92bb8ae31b09279a34.tar.bz2 | |
Pagination images
Diffstat (limited to 'docs_theme/css/default.css')
| -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 3feff0ba..d998fbee 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -186,6 +186,10 @@ body{      margin-top: 15px  } +#main-content img { +    display: block; +    margin: 40px auto; +}  /* custom navigation styles */  .navbar .navbar-inner{ | 
