SVN: CMF/trunk/CMFDefault/skins/zpt_generic/zpt_stylesheet.css Remove border from image-links.
"Stefan H. Holek" <[email protected]> Sat, 18 Aug 2007 11:55:54 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <20070818155554.CAE8F203B12__42439.7280942232$1187452562$gmane$org@mail.zope.org> |
Log message for revision 78947:
Remove border from image-links.
Changed:
U CMF/trunk/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
-=-
Modified: CMF/trunk/CMFDefault/skins/zpt_generic/zpt_stylesheet.css
===================================================================
--- CMF/trunk/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 2007-08-18 15:51:16 UTC (rev 78946)
+++ CMF/trunk/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 2007-08-18 15:55:54 UTC (rev 78947)
@@ -51,6 +51,10 @@
color: Blue;
}
+a img {
+ border: 0;
+}
+
table {
border: 0;
}