# HG changeset patch # User Brian Neal # Date 1295128537 0 # Node ID 6ca2c474d92f6d707cf6df565ff88c9c547e6a21 # Parent d502a997360e90db901c3a13af3f376a4b03ecbe Fixing #109; make forum links more prominent by underlining them by default. diff -r d502a997360e -r 6ca2c474d92f media/css/base.css --- a/media/css/base.css Sat Jan 15 21:29:00 2011 +0000 +++ b/media/css/base.css Sat Jan 15 21:55:37 2011 +0000 @@ -6,7 +6,7 @@ background-color: #E0F2F6; } a { - text-decoration: none; + text-decoration: underline; color: teal; } a:hover { @@ -82,7 +82,6 @@ height: 105px; font-size: 10px; line-height: 1em; - text-shadow: 1px 1px 1px #333; background-repeat: no-repeat; background-color: #E0F2F6; color: black;