diff mbox

[05/49] style.css: Move the global <a> styling at the top

Message ID 1443708774-26996-6-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

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