]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
Refine class="right", remove duplicated styles.
[wiki.git] / style.css
index 86900d64e59663004c3135aa4c28eedf11556b15..84b52499d179966752e209e10cbcfb5c63edc040 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,10 +1,10 @@
 html{ height:100%; }
 body{
        height:100%;
-       font-family: Verdana, Arial, Helvetica, sans-serif;
-       font-size: 12px;
+       font-family: Tahoma, Sans, sans-serif;
+       font-size: 80%;
        color: #333333;
-       line-height: 1.2em;
+       line-height: 1.5em;
        background: url('images/gradientbg.jpg') no-repeat center top #333333;
        padding:0;
        margin:0;
@@ -19,7 +19,7 @@ a:hover{
 #content-block{
        width: 867px;
        min-height:100%;
-       margin:0 auto;  
+       margin:0 auto;
        background: url('images/gradient.jpg') no-repeat center top #EEEEEE; 
 }
 #content-block h1{
@@ -145,19 +145,20 @@ ul#navigation li a span{
 .fourth-pagetype #breadcrumbs ul li { color:#6F3F21; }
 
 #featured-block{
-       margin: 2em 0 1em 2.5em;
-       width:51em;
+        margin: 1em 3em;
 }
 
 #featured-block h2{
-       font-size:1.3em;
+       font-size:1.5em;
        font-weight: bold;
        margin: 1em 0;
        font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
 }
 #featured-block p{
        margin: 1em 0;
-       line-height: 1.9em;
+}
+#featured-block li{
+        margin: 0.5em 0;
 }
 dl.services{
        margin:0 33px;
@@ -348,20 +349,3 @@ 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%;
-}
\ No newline at end of file