User: markomlm Date: 2007-06-13 08:53:43+0000 Modified: de/www/styles/de_navbar6.css
Log: textdecoration none auf important angepasst . M. Moeller File Changes: Directory: /de/www/styles/ ========================== File [changed]: de_navbar6.css Url: http://de.openoffice.org/source/browse/de/www/styles/de_navbar6.css?r1=1.4&r2=1.5 Delta lines: +9 -9 ------------------- --- de_navbar6.css 2007-05-04 21:35:04+0000 1.4 +++ de_navbar6.css 2007-06-13 08:53:40+0000 1.5 @@ -4,7 +4,7 @@ - Spezielle Styles für Navbar - Navbar eingeblendet - $Id: de_navbar6.css,v 1.4 2007/05/04 21:35:04 markomlm Exp $ + $Id: de_navbar6.css,v 1.5 2007/06/13 08:53:40 markomlm Exp $ -------------------------------------------------------------*/ #navbar_de { @@ -28,7 +28,7 @@ } #navbar_de th a:link, #navbar_de th a:visited { - text-decoration: none; color: #fff; + text-decoration: none !important; color: #fff; } #navbar_de td { @@ -40,7 +40,7 @@ } #navbar_de td a:link, #navbar_de td a:visited { - text-decoration: none; color: 0; + text-decoration: none !important; color: 0; } @@ -73,16 +73,16 @@ text-align:left; } ul#navbar_de li a:link { -text-decoration: none; +text-decoration: none !important; font-weight: normal; color: #06348C; } ul#navbar_de li a:hover { -text-decoration: none; +text-decoration: none !important; color: #698ed1; } ul#navbar_de li a:visited { -text-decoration: none; +text-decoration: none !important; font-weight: normal; color: #06348C; } @@ -115,17 +115,17 @@ } ul#navbar_de li ul li a:link { -text-decoration: none; +text-decoration: none !important; font-weight: normal; color: #06348C; } ul#navbar_de li ul li a:visited { -text-decoration: none; +text-decoration: none !important; font-weight: normal; color: #06348C; } ul#navbar_de li ul li a:hover { -text-decoration: none; +text-decoration: none !important; font-weight: normal; color: #698ed1; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
