diff options
author | Florian <florianraemisch@web.de> | 2011-11-08 11:52:24 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2011-11-08 11:52:24 +0100 |
commit | 67e8fc396c56280e2b287c75ed7d55161852b5ad (patch) | |
tree | 7f526d2b31fe1eabb33eb5c1a2b819aeb16d5ec8 /public/css | |
parent | 8f90daed20bdfa2968c29a2e116cc62feb994f66 (diff) |
css bugfix
Diffstat (limited to 'public/css')
-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; |