X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/2cf5e2bf19b71f630e610d305305cb795c9bfab4..ddf592c73c1698162623a3846897d5e0f8f3a910:/style.css diff --git a/style.css b/style.css index 84b5249..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,3 +352,34 @@ 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%; +} + +.right { +float: right; +margin-left: 2em; +} + +.link-mailto +{ + background: url(images/mail_icon.gif) center right no-repeat; + padding: 0 18px; +} +