]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_static/neurodebian.css
Fix up footer style
[neurodebian.git] / sphinx / _static / neurodebian.css
index a73ddfde56000ee4bd024a0c796f8593ccc0d2ba..504775ce92a915b8d5bde8ca348c8190e893d98e 100644 (file)
@@ -82,12 +82,6 @@ div.footer {
     font-size: 75%;
 }
 
-div.footer a {
-    color: #aaa;
-    text-decoration: underline;
-}
-
-
 div.related {
     background-color: #2c3c3d;
     color: #888;
@@ -349,7 +343,7 @@ div.body h6 {
     padding: 3px 0 3px 10px;
 }
 
-div.body h1 { margin-top: 0; font-size: 180%; }
+div.body h1 { margin-top: 0em; font-size: 180%; padding-top: 1em;}
 div.body h2 { font-size: 160%; }
 div.body h3 { font-size: 140%; }
 div.body h4 { font-size: 120%; }
@@ -829,7 +823,7 @@ div#randomquote {
 }
 
 div#randomquote blockquote.epigraph {
-    padding: 0 2em 0 2em;
+    padding: 0 2em 2em 2em;
     background-color: transparent;
     font-style: italic;
     font-size: 80%;
@@ -844,3 +838,21 @@ div#frequently-asked-questions dt {
 
 dt:after { content: "\203A\203A"; padding-left: .25em;}
 
+div#sitemap ul {
+    float: left;
+    list-style: none;
+}
+
+.linkmore {
+    margin-top: -2em;
+    float: right;
+    font-size: 70%;
+}
+
+.linkmore:before {
+    content: "["
+}
+
+.linkmore:after {
+    content: "]"
+}