User: SimonAW Date: 2008-03-28 22:59:40+0000 Modified: de/www/styles/de.css
Log: Fixup: Navbar: Links nicht unterstrichen #3 File Changes: Directory: /de/www/styles/ ========================== File [changed]: de.css Url: http://de.openoffice.org/source/browse/de/www/styles/de.css?r1=1.14&r2=1.15 Delta lines: +9 -1 ------------------- --- de.css 2008-03-28 22:58:48+0000 1.14 +++ de.css 2008-03-28 22:59:38+0000 1.15 @@ -1,7 +1,7 @@ /*------------------------------------------------------------- Lokales Stylesheet für de - Projekt - $Id: de.css,v 1.14 2008/03/28 22:58:48 SimonAW Exp $ + $Id: de.css,v 1.15 2008/03/28 22:59:38 SimonAW Exp $ -------------------------------------------------------------*/ /*-------------------------------------------------------------*/ @@ -113,5 +113,13 @@ text-decoration: none !important; } +#navcolumn a:link { + text-decoration: none !important; +} + +#navcolumn a:visited { + text-decoration: none !important; +} + /* -- */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
