aboutsummaryrefslogtreecommitdiffstats
path: root/docs_theme/css
diff options
context:
space:
mode:
authorTom Christie2015-02-06 13:08:04 +0000
committerTom Christie2015-02-06 13:08:04 +0000
commit1d4956f61615ed32f52b2f92bb8ae31b09279a34 (patch)
tree75e1edd39004b31ca1fda76302907404b4342828 /docs_theme/css
parent53716f61527266159c285b903da98ec432e52564 (diff)
downloaddjango-rest-framework-1d4956f61615ed32f52b2f92bb8ae31b09279a34.tar.bz2
Pagination images
Diffstat (limited to 'docs_theme/css')
-rw-r--r--docs_theme/css/default.css4
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{