[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam -
zope3.css:1.26
Richard Jones
richard at commonground.com.au
Sat Feb 7 22:17:23 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv15886
Modified Files:
zope3.css
Log Message:
consistent url rendering
=== Zope3/src/zope/app/browser/skins/rotterdam/zope3.css 1.25 => 1.26 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/zope3.css:1.25 Tue Dec 9 08:20:19 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/zope3.css Sat Feb 7 22:17:16 2004
@@ -36,6 +36,10 @@
background-color: transparent;
}
+a[href]:active {
+ text-decoration: underline;
+}
+
table {
@@ -52,10 +56,6 @@
line-height: 1.5em;
}
-p a {
- text-decoration: underline;
-}
-
p a:visited {
color: Purple;
background-color: transparent;
@@ -126,10 +126,6 @@
padding:0;
}
-ul a, ol a {
- text-decoration: underline;
-}
-
dl {
}
@@ -533,7 +529,6 @@
div.message a {
color: Black;
- text-decoration: underline;
}
/* Style for page error divs. Use this for displaying errors for a
More information about the Zope3-Checkins
mailing list