X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/f9fdefcd374cb4cf168125f289be254b26fb8006..5a9bda6b4cbc3a0c8acbc559b7d49e6b40ab15cc:/style.css diff --git a/style.css b/style.css index 5d280c3..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:hover, a:visited:hover { text-decoration:underline; } #content-block{ @@ -22,7 +22,7 @@ a:link:hover { 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,6 +378,11 @@ width: 50%; .right { float: right; margin-left: 2em; +clear: right; +} + +.rex { +line-height: 0; } .link-mailto