X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=a3c29334d6654b15f43bac22e9bbbad22cb96a8d;hb=e7a90ec70d1be5b681bac1c88320180a86994895;hp=76dc4ccb644cbc70d902f9c644cd4eedd39ed453;hpb=8765b3cc149c77b225212cfdd6bdbe9de80d76bf;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 76dc4cc..a3c2933 100644 --- a/website/local.css +++ b/website/local.css @@ -1,3 +1,12 @@ +h1 { + -moz-border-radius: 4px; + background-color: #B67B4E; + color: black; + display: block; + font-weight: bold; + padding: 0 0 0 10px; +} + h2 { -moz-border-radius: 4px; background-color: #B67B4E; @@ -43,7 +52,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 2em; - overflow: scroll; + overflow: auto; } table.sitenav { @@ -62,7 +71,7 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; margin-right: 1em; - font-variant: small-caps; + font-size: smaller; } table.sitenav span.selflink { @@ -90,3 +99,8 @@ div.actions { padding: 0; } +/* align main paragraphs to the right side of the monkey's finger */ +div#content > p { + margin-left: 18px; + margin-right: 5em; +}