X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/9d669253e39aa57d76aed37c1e90e336555e8a91..b0d5879a3e0c9d045efecd3fa4132defd4e6f170:/style.css diff --git a/style.css b/style.css index f7759ae..2538b3c 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; @@ -54,6 +54,7 @@ ul#navigation{ position:absolute; top:48px; margin-left:423px; + display:flex; } ul#navigation li{ display:block; @@ -151,12 +152,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 +379,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; +} +