From 163cce726c0f45b1e6b3a8333a104f620bdb32c2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 23 Jan 2013 09:44:10 +0200 Subject: [PATCH] all.css: use white and black instead of the hex since clean-css takes cares of this when it's smaller to use the hex --- htdocs/site/css/all.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/site/css/all.css b/htdocs/site/css/all.css index 412b62ea9..42d906f62 100644 --- a/htdocs/site/css/all.css +++ b/htdocs/site/css/all.css @@ -2,7 +2,7 @@ body { margin: 0; padding: 0; font-family: Calibri, Verdana, sans-serif; - color: #000; + color: black; background-color: #eee; } @@ -43,8 +43,8 @@ a:active { color:#369; text-decoration:none; } #tabs { color: #eee; background-color: #369; - border-top: 1px solid #000; - border-bottom: 1px solid #000; + border-top: 1px solid black; + border-bottom: 1px solid black; } #tabs ul { @@ -58,7 +58,7 @@ a:active { color:#369; text-decoration:none; } display: inline; margin: 0; padding: 0 .5em; - border-right: 1px solid #000; + border-right: 1px solid black; } #tabs li:first-child { @@ -74,7 +74,7 @@ a:active { color:#369; text-decoration:none; } #tabs a:focus, #tabs a:hover, -#tabs a:active { color:#fff; text-decoration:underline; } +#tabs a:active { color:white; text-decoration:underline; } /* Anchors */