X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/9d669253e39aa57d76aed37c1e90e336555e8a91..1cced456137c093ec118cc6fdedefb0a4f18e24e:/style.css diff --git a/style.css b/style.css index f7759ae..be515da 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ a:link, a:visited { text-decoration: none; color:#0066CC; } -a:link:hover, a:link:visited { +a:link:hover, a:visited:hover { text-decoration:underline; } #content-block{ @@ -22,7 +22,7 @@ a:link:hover, a:link:visited { margin:0 auto; background: url('images/gradient.jpg') no-repeat center top #EEEEEE; } -#content-block h1{ +#content-block > h1{ float:right; color:#ffffff; font-size:2em; @@ -151,12 +151,15 @@ ul#navigation li a span{ margin-top: 3em; } -#featured-block h2{ +#featured-block h1, #featured-block h2{ font-size:1.5em; font-weight: bold; margin: 1em 0; font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; } +#featured-block h1 { + font-size: 2em; +} #featured-block p{ margin: 1em 0; } @@ -375,4 +378,16 @@ width: 50%; .right { float: right; margin-left: 2em; +clear: right; +} + +.rex { +line-height: 0; } + +.link-mailto +{ + background: url(images/mail_icon.gif) center right no-repeat; + padding: 0 18px; +} +