r9515 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2009-02-17 21:08:10 +0100 (Tue, 17 Feb 2009)
New Revision: 9515
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
No more link underlining.
Details at http://dev.helma.org/trac/helma/changeset/9515
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 20:04:58 UTC (rev 9514)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2009-02-17 20:08:10 UTC (rev 9515)
@@ -15,6 +15,10 @@
border-collapse:collapse;
}
+ a {
+ text-decoration: none;
+ }
+
a:link {
color: #0000ff;
}