X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=34f376e12ccfa103f07b081f39a9821bc1ec527f;hb=60470b7014e971bfb20fe797e3201c43adb1502e;hp=6302a54574510c9b922c0881fb19cbd0fc7c6f5c;hpb=4c39f00752f9a57329aff481d33aed24bfc301a4;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 6302a54..34f376e 100644 --- a/website/local.css +++ b/website/local.css @@ -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; }