Mercurial > public > sg101
changeset 306:6ca2c474d92f
Fixing #109; make forum links more prominent by underlining them by default.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 15 Jan 2011 21:55:37 +0000 |
parents | d502a997360e |
children | 7e19180b128d |
files | media/css/base.css |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;