From: Damien Lespiau Date: Tue, 9 Sep 2014 13:16:10 +0000 (+0100) Subject: style.css: Move the global styling at the top X-Git-Tag: v1.1.0~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5173d666d5c727a72bf27178e908b1cb6e13a4;p=thirdparty%2Fpatchwork.git style.css: Move the global styling at the top Otherwise we can't properly have a generic styling that gets specialized as needed. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index c166374f..b66acc84 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -1,3 +1,6 @@ +a:visited { color: #000000; } +a { color: #786fb4; } + .floaty { position: fixed; left: 0.1em; @@ -65,9 +68,6 @@ form { margin: 0em; } -a:visited { color: #000000; } -a { color: #786fb4; } - table { border-collapse: collapse; }