]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
Add the Unix paper
[wiki.git] / style.css
index 5281a8aaa6b137d4a0a9bcf074b9b3d92c81cf10..e64b8c7121abcbffbec563c0de5dea62b2cd6036 100644 (file)
--- a/style.css
+++ b/style.css
@@ -9,11 +9,11 @@ body{
        padding:0;
        margin:0;
 }
-a{
+a:link, a:visited {
        text-decoration: none;
        color:#0066CC;
 }
-a:hover{
+a:hover {
        text-decoration:underline;
 }
 #content-block{
@@ -376,3 +376,10 @@ width: 50%;
 float: right;
 margin-left: 2em;
 }
+
+.link-mailto
+{
+    background: url(images/mail_icon.gif) center right no-repeat;
+    padding: 0 18px;
+}
+