Browse Source

Tweak docs css

JC Brand 12 years ago
parent
commit
b681c3e58e
2 changed files with 18 additions and 2 deletions
  1. 13 1
      docs/html/_static/stylesheet.css
  2. 5 1
      docs/html/static/stylesheet.css

+ 13 - 1
docs/html/_static/stylesheet.css

@@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
 @import url("../../../stylesheets/stylesheet.css");
 @import url(pygment_trac.css);
 
+div.body h1 {
+    font-size: 36px;
+    margin-top: 1em;
+}
+
 div.body,
 div.document {
     background-color: transparent;
@@ -28,4 +33,11 @@ h1#project_title a {
 
 h1 a {
     color: #0069ba;
-}
+}
+
+tt.literal {
+    color: #222;
+    background-color: #fff;
+    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
+    font-size: 14px;
+}

+ 5 - 1
docs/html/static/stylesheet.css

@@ -7,6 +7,11 @@ by Jason Costello, @jsncostello
 @import url("../../../stylesheets/stylesheet.css");
 @import url(pygment_trac.css);
 
+div.body h1 {
+    font-size: 36px;
+    margin-top: 1em;
+}
+
 div.body,
 div.document {
     background-color: transparent;
@@ -34,7 +39,6 @@ ul {
     margin-bottom: 0;
 }
 
-
 tt.literal {
     color: #222;
     background-color: #fff;