Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
make links consistent. White links are the exception , not the rule. …
Browse files Browse the repository at this point in the history
…issue #227
  • Loading branch information
lloyd committed Aug 31, 2011
1 parent 0355957 commit 66088fd
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions browserid/static/css/style.css
Expand Up @@ -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;
}
Expand Down Expand Up @@ -168,9 +174,6 @@ footer .right img {
margin-bottom: -5px;
}

footer a {
color: #666;
}

footer .right p {
text-align: right;
Expand All @@ -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;
Expand Down

0 comments on commit 66088fd

Please sign in to comment.