From ea5173d666d5c727a72bf27178e908b1cb6e13a4 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 9 Sep 2014 14:16:10 +0100 Subject: 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 --- htdocs/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'htdocs') diff --git a/htdocs/css/style.css b/htdocs/css/style.css index c166374..b66acc8 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; } -- cgit v1.2.3