# HG changeset patch # User Arne Babenhauserheide # Date 1234886056 -3600 # Node ID 83fbd695215a061019972c3c17806617068237fb # Parent c539a72813f8917c0da734890fefbf62f5e8f7e4 Removed unnecessary css line. diff -r c539a72813f8 -r 83fbd695215a hgscm/media/css/styles.css --- 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 diff -r c539a72813f8 -r 83fbd695215a src/en/styles/styles.css --- 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 */