[CMF-checkins]
SVN: CMF/branches/2.1/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
Remove border from image-links.
Stefan H. Holek
stefan at epy.co.at
Sat Aug 18 11:56:28 EDT 2007
Log message for revision 78948:
Remove border from image-links.
Changed:
U CMF/branches/2.1/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
-=-
Modified: CMF/branches/2.1/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
===================================================================
--- CMF/branches/2.1/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 2007-08-18 15:55:54 UTC (rev 78947)
+++ CMF/branches/2.1/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 2007-08-18 15:56:27 UTC (rev 78948)
@@ -51,6 +51,10 @@
color: Blue;
}
+a img {
+ border: 0;
+}
+
table {
border: 0;
}
More information about the CMF-checkins
mailing list