X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=1e9f2df54e31537b2f1fcff9d701281d5c54b383;hb=b03fc4b79643fd5068d12fa66909e9909668f422;hp=6e8756dbe64fc009a509516afa6540aa808dbd73;hpb=5a0fe77dbd37e32e946d4bc9fcbdf6db0613350f;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 6e8756d..1e9f2df 100644 --- a/website/local.css +++ b/website/local.css @@ -50,6 +50,7 @@ table.sitenav { border-bottom: 2px solid black; padding: 0px; width: 100%; + font-size: larger; } table.sitenav img.logo { @@ -58,3 +59,27 @@ table.sitenav img.logo { vertical-align: bottom; } +table.sitenav a { + font-weight: bold; + text-decoration: none; + margin-right: 1em; +} + +table.sitenav span.selflink { + font-weight: bold; + text-decoration: underline; + margin-right: 1em; +} + +table.sitenav a:hover { + font-weight: bold; + text-decoration: underline; +} + +div.header { + text-align: right; +} + +div.actions { + text-align: right; +}