From 66088fd7ab2fad01cff6cebe613d6c2f887fef89 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 31 Aug 2011 17:34:36 +0300
Subject: [PATCH] make links consistent.  White links are the exception , not
 the rule.  issue #227

---
 browserid/static/css/style.css | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css
index 1afd0ae2d..228a0a20d 100644
--- a/browserid/static/css/style.css
+++ b/browserid/static/css/style.css
@@ -130,11 +130,17 @@ header > #manageLink:hover {
     opacity: 1;
 }
 
-a {
+header a {
     color: #fff;
     text-decoration: none;
 }
 
+a {
+    color: #666;
+    text-decoration: none;
+    border-bottom: 1px dotted #666;
+}
+
 a:hover {
     opacity: .6;
 }
@@ -168,9 +174,6 @@ footer .right img {
     margin-bottom: -5px;
 }
 
-footer a {
-    color: #666;
-}
 
 footer .right p {
     text-align: right;
@@ -188,12 +191,6 @@ footer .copyright {
     padding: 0;
 }
 
-#steps a {
-    color: #666;
-    text-decoration: none;
-    border-bottom: 1px dotted #666;
-}
-
 .step  {
     margin: 1em 0 2em 0;
     padding: 0 0 0 50px;
-- 
GitLab