X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=c4b59e9160925806aa3828a2cb5f79cf91dd3a36;hb=fed9bf92f82bac4a329866896802c3f0f8b08059;hp=a3c29334d6654b15f43bac22e9bbbad22cb96a8d;hpb=e7a90ec70d1be5b681bac1c88320180a86994895;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index a3c2933..c4b59e9 100644 --- a/website/local.css +++ b/website/local.css @@ -5,6 +5,7 @@ h1 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.4em; } h2 { @@ -14,6 +15,7 @@ h2 { display: block; font-weight: bold; padding: 0 0 0 10px; + font-size: 1.1em; } body { @@ -22,7 +24,7 @@ body { font-size: 0.95em; } -*|*:visited +*|*:visited { color: #f6a464; } @@ -51,7 +53,8 @@ pre { background: #ddd; border: 1px solid #aaa; padding: 3px 3px 3px 3px; - margin-left: 2em; + margin-left: 38px; + margin-right: 5em; overflow: auto; } @@ -74,6 +77,12 @@ table.sitenav a { 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 { font-weight: bold; text-decoration: underline;