diff mbox

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

Message ID 1440440620-25937-7-git-send-email-damien.lespiau@intel.com
State Changes Requested
Headers show

Commit Message

Damien Lespiau Aug. 24, 2015, 6:22 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>
---
 htdocs/css/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Stephen Finucane Sept. 9, 2015, 1:55 p.m. UTC | #1
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
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;
 }