]> sipb.mit.edu Git - wiki.git/blobdiff - style.css
sandbox
[wiki.git] / style.css
index eb11cf3c0cf0e0c67a86944fe9f4d2ee045b8afa..5281a8aaa6b137d4a0a9bcf074b9b3d92c81cf10 100644 (file)
--- a/style.css
+++ b/style.css
@@ -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,20 +352,27 @@ 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%;
+
+
+.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;
 }