]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
Add the Unix paper
[wiki.git] / style.css
index 9d8162f803aa122c650199aeb1f2e5d5e03d63cf..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{
@@ -147,6 +147,9 @@ ul#navigation li a span{
 #featured-block{
         margin: 1em 3em;
 }
+#featured-block.is-top {
+       margin-top: 3em;
+}
 
 #featured-block h2{
        font-size:1.5em;
@@ -373,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;
+}
+