diff --git a/header.html b/header.html index 3b4b93d..7b6ce63 100644 --- a/header.html +++ b/header.html @@ -9,41 +9,15 @@ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝ diff --git a/tilde.css b/tilde.css index b7877d6..3dd0f15 100644 --- a/tilde.css +++ b/tilde.css @@ -25,35 +25,19 @@ pre { } #navigation { - margin: 0 auto; + line-height: 2.8em; text-align: center; } -#navigation table { - border: 0px; - width: 100%; -} - -#navigation td { - text-align: center; - vertical-align: center; - height: 1.5em; +#navigation a { + padding: 0.5em; + margin: 0.1em; + text-decoration: none; background-color: #0B3861; } -#navigation td:hover { +#navigation a: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; }