Mercurial > hg-website
changeset 58:83fbd695215a
Removed unnecessary css line.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Tue, 17 Feb 2009 16:54:16 +0100 |
parents | c539a72813f8 |
children | 8924990c74c3 |
files | hgscm/media/css/styles.css src/en/styles/styles.css |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgscm/media/css/styles.css Tue Feb 17 16:51:03 2009 +0100 +++ b/hgscm/media/css/styles.css Tue Feb 17 16:54:16 2009 +0100 @@ -127,7 +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; } +#home ol a:hover { text-decoration: underline; } /* * Footer
--- a/src/en/styles/styles.css Tue Feb 17 16:51:03 2009 +0100 +++ b/src/en/styles/styles.css Tue Feb 17 16:54:16 2009 +0100 @@ -127,7 +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; } +#home ol a:hover { text-decoration: underline; } /* * Footer */