]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
restore columns CSS
[wiki.git] / style.css
index eb3e0a3aebe88f519c35c199fa3aaadbfdbbd289..0fb596bf4a7e1f1d3d7ff6d9dd3db97af38cf029 100644 (file)
--- a/style.css
+++ b/style.css
@@ -22,6 +22,25 @@ a:hover{
        background: url('images/gradient.png') no-repeat 0 0 #A8A9AD;
        margin:0 auto;
 }
+
+.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%;
+}
+
 #logo{
        padding-left: 47px;
        padding-top:18px;
@@ -110,31 +129,39 @@ ul#navigation li a span{
 }
 #featured-block h1{
        font-size:2em;
+       line-height:1.2em;
        font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
-       padding-bottom:14px;
+       padding-bottom:10px;
        border-bottom: 1px solid #A8A9AD;
        margin: 0 22px;
+       margin-bottom:1em;
        text-transform: uppercase;
 }
 #featured-block h2{
-       font-size:1em;
-       font-weight: normal;
-       margin: 0 22px;
+       font-size:1.3em;
+       font-weight: bold;
+       margin: 1em 22px;
+       font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
 }
 #featured-block p{
-       margin: 1em 22px;
+       margin: 1em 33px;
+       line-height: 1.5em;
 }
 dl.services{
-       margin:0 22px;
+       margin:0 33px;
        padding:0;
        list-style: none;
+       line-height: 1.5em;
 }
 dl.services dt, dl.services dd{
        display:inline-block;
-       width:160px;
+       width:140px;
        vertical-align:top;
        margin-bottom:20px;
 }
+dl.services dd{
+       width:170px;
+}
 
 .generic{
        width: 644px !important;
@@ -272,6 +299,9 @@ dl.services dt, dl.services dd{
        height: 80px;
        clear:both;
 }
+#admin-nav{
+       width:100%;
+}
 #footer{
        font-size:.9em;
        clear:both;