fix links in nav bar.
[monkeysphere.git] / website / local.css
index 6302a54574510c9b922c0881fb19cbd0fc7c6f5c..34f376e12ccfa103f07b081f39a9821bc1ec527f 100644 (file)
@@ -1,12 +1,12 @@
 body {
        font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
-       font-size:0.8em;
+       font-size:1em;
        margin-left: 5%;
        margin-right:20%;
 }
 
 h1 {
-       font-size: 1.4em;
+       font-size: 1.5em;
 }
 
 h2 {
@@ -14,14 +14,15 @@ h2 {
 }
 
 h3 {
-       font-size: 1.0em;
+       font-size: 1em;
 }
 
 h4 {
-       font-size: .9em;
+       font-size: 1em;
 }
 
 .header span {
+       font-size: 1.5em;
        color: #aaaaaa;
 }
 
@@ -29,4 +30,5 @@ pre {
        background: #ddd;
        border: 1px solid #aaa;
        padding: 3px 3px 3px 3px;
+       margin-left: 2em;
 }