diff options
Diffstat (limited to 'tilde.css')
-rw-r--r-- | tilde.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tilde.css b/tilde.css index 2772cb9..e409181 100644 --- a/tilde.css +++ b/tilde.css @@ -25,9 +25,22 @@ body { #navigation td { text-align: center; vertical-align: center; - padding: 5px; + margin: 5px; + height: 1.5em; background-color: #0B3861 } +#navigation td:hover { + background-color: #045fb4; +} +#navigation td a { + display: block; + width: 100%; + text-decoration: none; +} +#navigation td a:hover { + text-decoration: none; + color: #ffffff; +} #front-content { max-width: 69%; float: left; |