]> sipb.mit.edu Git - wiki.git/commitdiff
Use a:link, a:visited instead of a for styling
authorAlex Dehnert <adehnert@mit.edu>
Sat, 5 Dec 2009 05:36:26 +0000 (00:36 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Sat, 5 Dec 2009 05:36:26 +0000 (00:36 -0500)
(Suggested by andersk)

style.css

index 5281a8aaa6b137d4a0a9bcf074b9b3d92c81cf10..94d633747d562d155005b1ef64f42d68c2d116c4 100644 (file)
--- a/style.css
+++ b/style.css
@@ -9,7 +9,7 @@ body{
        padding:0;
        margin:0;
 }
-a{
+a:link, a:visited {
        text-decoration: none;
        color:#0066CC;
 }