diff options
Diffstat (limited to 'tilde.css')
-rw-r--r-- | tilde.css | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/tilde.css b/tilde.css index 8745bf7..fd7e224 100644 --- a/tilde.css +++ b/tilde.css @@ -25,19 +25,35 @@ pre { } #navigation { - line-height: 2.4em; + margin: 0 auto; text-align: center; } -#navigation a { - padding: 0.36em; - margin: -0.05em; - text-decoration: none; +#navigation table { + border: 0px; + width: 100%; +} + +#navigation td { + text-align: center; + vertical-align: center; + height: 1.5em; background-color: #0B3861; } -#navigation a:hover { +#navigation td:hover { background-color: #045fb4; +} + +#navigation td a { + display: block; + width: 100%; + text-decoration: none; + min-width: 3.5rem; +} + +#navigation td a:hover { + text-decoration: none; color: #ffffff; } |