X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/537314853f3a4cfc77e68bc74eddcd6921bb5a7e..52fdcccd7ebbe329e96b01c206947f892b6d2ba9:/style.css diff --git a/style.css b/style.css index 5281a8a..e64b8c7 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:hover { text-decoration:underline; } #content-block{ @@ -376,3 +376,10 @@ width: 50%; float: right; margin-left: 2em; } + +.link-mailto +{ + background: url(images/mail_icon.gif) center right no-repeat; + padding: 0 18px; +} +