From 1953984dc0390c52b3fd76a0e59f70681a65dd13 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 8 Nov 2011 11:52:24 +0100 Subject: css bugfix --- public/css/sublab-2011-11-02.css | 12 ++++++++---- 1 file 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; -- cgit v1.2.1