X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=1e9f2df54e31537b2f1fcff9d701281d5c54b383;hb=4a1cca41252e9b3ff54dc1a1a5aa05ab2ce06878;hp=04f336ccdf0429e4000a77bba34a15921bbdb984;hpb=b51aef93f969d302a25aff3a734079d91887ac5b;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 04f336c..1e9f2df 100644 --- a/website/local.css +++ b/website/local.css @@ -62,9 +62,24 @@ table.sitenav img.logo { 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; +}