X-Git-Url: https://sipb.mit.edu:444/gitweb.cgi/wiki.git/blobdiff_plain/6440e373d8577791770cafbfeb28ef65cf41afba..e9e9a06fadb367eba1aea13655a39f630bb2cf1a:/style.css diff --git a/style.css b/style.css index eb11cf3..7b53ae2 100644 --- 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:link:hover, a:link:visited { 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,20 +352,34 @@ dl.services dd{ .actions ul li a:hover{ text-decoration:underline; } -.cols:after{ - content: ""; - display: block; - height: 0; - clear: both; + + +.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%; } -.col1{ - position: relative; - float: left; - width: 50%; + +.right { +float: right; +margin-left: 2em; } -.col2{ - position: relative; - float: right; - align: left; - width: 50%; + +.link-mailto +{ + background: url(images/mail_icon.gif) center right no-repeat; + padding: 0 18px; } +