X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=website%2Flocal.css;h=76a04c3da6595c07b25e514912abe398df0f18dc;hb=1e75f24684ae3dc1845f016eb254fe7a79ad30eb;hp=cb966f8a796366da2e39743ddb0923120e5304e8;hpb=2debdd8e5b4550c78cc99df7e887288d73b5e294;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index cb966f8..76a04c3 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,6 +52,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 2em; + overflow: auto; } table.sitenav { @@ -61,7 +71,11 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; margin-right: 1em; - font-variant: small-caps; + font-size: smaller; +} + +td#sitenav { + vertical-align: bottom; } table.sitenav span.selflink { @@ -89,3 +103,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; +}