Mercurial > hg-website
changeset 36:dc89dc4ee20c
FIX: Hovering over urls in a list didn't show the underline.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Mon, 16 Feb 2009 11:04:37 +0100 |
parents | 79a02969cea0 |
children | 262ceb0b9d54 |
files | src/en/styles/styles.css |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/en/styles/styles.css Mon Feb 16 10:55:40 2009 +0100 +++ b/src/en/styles/styles.css Mon Feb 16 11:04:37 2009 +0100 @@ -127,6 +127,7 @@ #home ol .i-2 { background-image: url(../images/bullet-big-2.png); } #home ol .i-3 { background-image: url(../images/bullet-big-3.png); } #home ol a { text-decoration: none; } +#home ol a:hover, #home h4 a:focus { text-decoration: underline; } /* * Footer */