diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index af6c004ea13..32d35de8acf 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -358,7 +358,7 @@ a.tab:link { background: white; border: 1px solid #9999BB; color: #436976; - padding: 0em 1em; + padding: 0px 6px; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; @@ -367,7 +367,7 @@ a.tab:visited { background: white; border: 1px solid #9999BB; color: #436976; - padding: 0em 1em; + padding: 0px 6px; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; @@ -377,7 +377,6 @@ a.tab#active { border-bottom: #dcdcd0 1px solid; text-decoration: none; } - a.tab:hover { background: #ebebe0; text-decoration: none;