]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
style.css: Move the global <a> styling at the top
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 9 Sep 2014 13:16:10 +0000 (14:16 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:31 +0000 (03:51 +0000)
Otherwise we can't properly have a generic <a> styling that gets
specialized as needed.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css

index c166374fc39394211f986b2509099405f70e4dd4..b66acc849bc1c92ef6855cbf122decd289a6f217 100644 (file)
@@ -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;
 }