diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-01-07 16:45:25 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-01-07 16:45:25 -0500 |
commit | 499aa3840041d9ddd5c680adce059260059aabf9 (patch) | |
tree | 4c9d2c144e69213fbc9b1f76ba9bc20e7152439b /website/local.css | |
parent | c3b912f2506c3a150f128a77317085cea599a814 (diff) | |
parent | f8344402aebe5f0497a81934b980b9ed6ea7a6a2 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'website/local.css')
-rw-r--r-- | website/local.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/website/local.css b/website/local.css index c4b59e9..de0f196 100644 --- a/website/local.css +++ b/website/local.css @@ -58,31 +58,31 @@ pre { overflow: auto; } -table.sitenav { +table.sitenav { border-bottom: 2px solid black; padding: 0px; width: 100%; font-size: larger; } -table.sitenav img.logo { - margin: 0px; - padding: 0px; +table.sitenav img.logo { + margin: 0em; + padding: 0px; vertical-align: bottom; } +table.sitenav img.title { + margin: 0px; + padding: 0px; + vertical-align: top; +} + table.sitenav a { font-weight: bold; margin-right: 1em; 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; |