Otherwise we can't properly have a generic <a> styling that gets
specialized as needed.

Signed-off-by: Damien Lespiau <damien.lesp...@intel.com>
---
 htdocs/css/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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;
 }
-- 
2.1.0

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to