From: Ove Klykken Date: Tue, 29 Jul 2014 15:34:57 +0000 (-0400) Subject: toolbox links: underline on hover X-Git-Tag: v1.0.4^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=60c2fb68ef2f02579da0c467ce10ce70596ecba5;p=web%2FBigFore.git toolbox links: underline on hover --- diff --git a/styles.css b/styles.css index 7ccadd8..93a2145 100644 --- a/styles.css +++ b/styles.css @@ -139,6 +139,9 @@ nav li ul li:first-child { font-weight: bold; color: #005835; } +#toolbox a:hover { + text-decoration: underline; + } #toolbox h1 { margin: 0 0 .5em 0; }