X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/6440e373d8577791770cafbfeb28ef65cf41afba..4b5d29a0b79c605c7a896e4f1b40c36654f48a9d:/style.css diff --git a/style.css b/style.css index eb11cf3..5281a8a 100644 --- 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; }