X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=17ad1b3a04d7012fad975c815a39a72f31367984;hb=041c4324e505b6363324756226aafa5a633864ec;hp=388531bbbb5f96fd5c3ecd06e28062a561682773;hpb=a06fe8d31d992b6d57fd12fa615718580a6b62c4;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 388531b..17ad1b3 100644 --- a/website/local.css +++ b/website/local.css @@ -22,7 +22,7 @@ body { font-size: 0.95em; } -*|*:visited +*|*:visited { color: #f6a464; } @@ -51,7 +51,8 @@ pre { background: #ddd; border: 1px solid #aaa; padding: 3px 3px 3px 3px; - margin-left: 2em; + margin-left: 38px; + margin-right: 5em; overflow: auto; } @@ -71,7 +72,13 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; margin-right: 1em; - font-variant: small-caps; + font-size: smaller; +} + +/* trying to align the sitenav links roughly with the text in the monkeysphere logo */ +td#sitenav { + vertical-align: bottom; + padding-bottom: 30px; } table.sitenav span.selflink { @@ -100,7 +107,7 @@ div.actions { } /* align main paragraphs to the right side of the monkey's finger */ -body > p { +div#content > p { margin-left: 18px; margin-right: 5em; }