diff options
author | Florian <florianraemisch@web.de> | 2011-11-08 11:52:24 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-12 11:57:23 +0100 |
commit | 1953984dc0390c52b3fd76a0e59f70681a65dd13 (patch) | |
tree | ec3e8b2d980e54291ca1b6be632fbc96031e4e2e /public | |
parent | 7371e52cc7bc7054279a8a5776274a6dfbc20902 (diff) |
css bugfix
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab-2011-11-02.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/public/css/sublab-2011-11-02.css b/public/css/sublab-2011-11-02.css index 7a24f3f..309363d 100644 --- a/public/css/sublab-2011-11-02.css +++ b/public/css/sublab-2011-11-02.css @@ -176,12 +176,16 @@ hr { clear: both; } -ul#menu { +ul { + margin-left: 40px; + } + +#menu { list-style: none; margin: 5px; } -ul#menu a { +#menu a { text-decoration: none; font-weight: bold; line-height: 15px; @@ -189,13 +193,13 @@ ul#menu a { color: #ddd; } -ul#menu a:hover { +#menu a:hover { text-decoration: none; font-weight: bold; color: #fff; } -ul#menu a:active { +#menu a:active { text-decoration: none; font-weight: bold; color: #bbb; |