]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
Add the Unix paper
[wiki.git] / style.css
index 84b52499d179966752e209e10cbcfb5c63edc040..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;
@@ -349,3 +352,34 @@ dl.services dd{
 .actions ul li a:hover{
        text-decoration:underline;
 }
+
+
+.cols:after {
+content: "";
+display: block;
+height: 0;
+clear: both;
+}
+.col1 {
+position: relative;
+float: left;
+width: 50%;
+}
+.col2 {
+position: relative;
+float: right;
+align: left;
+width: 50%;
+}
+
+.right {
+float: right;
+margin-left: 2em;
+}
+
+.link-mailto
+{
+    background: url(images/mail_icon.gif) center right no-repeat;
+    padding: 0 18px;
+}
+