summaryrefslogtreecommitdiff
path: root/doc/_static
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-28 06:52:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-28 06:52:34 -0500
commit43a86c0668ec0e314f1b828aee2dd3862151053a (patch)
tree9a7373bec256c13071cd10bf5024cee608049d91 /doc/_static
parent8955ddc38ddaecde0b7a75f2744cb65642bac929 (diff)
downloadpython-coveragepy-43a86c0668ec0e314f1b828aee2dd3862151053a.tar.gz
More doc tweaks, and a css file to make the drafts look more like the site.
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/neds.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/_static/neds.css b/doc/_static/neds.css
index 102de98..efcccd4 100644
--- a/doc/_static/neds.css
+++ b/doc/_static/neds.css
@@ -24,13 +24,15 @@ body {
}
div.document {
- background-color: #1c4e63;
+ background-color: #808080;
}
div.body {
background-color: #ffffff;
color: #000000;
padding: 0 20px 30px 20px;
+ max-width: 650px;
+ margin-left: 150px;
}
div.footer {
@@ -129,7 +131,7 @@ div.body h6 {
margin: 1em 0;
}
-div.body h1 { margin-top: 0; font-size: 100%; }
+div.body h1 { margin-top: 0; padding-top: 1em; font-size: 150%; }
div.body h2 { font-size: 100%; }
/* H3's are run-in with the text. */
div.body h3 {
@@ -143,6 +145,13 @@ div.body h4 { font-size: 120%; }
div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }
+table.field-list {
+ margin-left: 300px;
+ color: #888;
+ font-style: italic;
+ font-size: 80%;
+}
+
a.headerlink {
color: #c60f0f;
font-size: 0.8em;