summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2013-03-18 21:10:49 -0700
committerRobert Brewer <fumanchu@aminus.org>2013-03-18 21:10:49 -0700
commit30773866264761acb1405361f1706cad0130240d (patch)
treed06d497c4f56af62d3a91fb90d98b44f73c4c450
parentebfbf30de61716c1d546934d95849d23755908b1 (diff)
parent186d6d735ba8ec872675518e61d2a0e35d55be52 (diff)
downloadcherrypy-30773866264761acb1405361f1706cad0130240d.tar.gz
Merged in rnmp/cherrypy (pull request #29)
Improvements to the documentation styles.
-rw-r--r--sphinx/source/_static/cpdocmain.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/sphinx/source/_static/cpdocmain.css b/sphinx/source/_static/cpdocmain.css
index 482dfc68..4414d472 100644
--- a/sphinx/source/_static/cpdocmain.css
+++ b/sphinx/source/_static/cpdocmain.css
@@ -17,7 +17,7 @@ body {
}
div.document {
- background: url("bgsides.png") repeat;
+ margin: 30px 0;
}
div.documentwrapper {
@@ -32,7 +32,9 @@ div.bodywrapper {
div.body {
background-color: #ffffff;
color: #000000;
- padding: 0 20px 30px 20px;
+ padding: 20px 40px;
+ border-radius: 3px 0 0 3px;
+ box-shadow: -1px 1px 5px #ddd;
}
div.footer {
@@ -49,13 +51,15 @@ div.footer a {
}
div.related {
- background: url("bgsides.png") repeat;
+ background: #BF0000;
line-height: 30px;
- color: #BF0000;
+ color: #ff9393;
+ font-family: verdana;
+ font-size: 11px;
}
div.related a {
- color: #BF0000;
+ color: #fff;
}
div.sphinxsidebar {
@@ -225,3 +229,6 @@ table.docutils td {
padding: 0.25em;
}
+div.sphinxsidebarwrapper {
+ padding: 10px 5px 0 25px;
+} \ No newline at end of file