[Checkins] SVN: Zope3/trunk/src/zope/app/rotterdam/zope3 Fix issue 569

Roger Ineichen roger at projekt01.ch
Sat Apr 22 21:29:06 EDT 2006


Log message for revision 67280:
  Fix issue 569
  Remove unused CSS definition with nested comment
  /*
  div.row div.error:before {
      content: "\2190  "; /* Left pointing arrow */
  }
  */
  

Changed:
  U   Zope3/trunk/src/zope/app/rotterdam/zope3.css
  U   Zope3/trunk/src/zope/app/rotterdam/zope3_tablelayout.css

-=-
Modified: Zope3/trunk/src/zope/app/rotterdam/zope3.css
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/zope3.css	2006-04-22 23:17:19 UTC (rev 67279)
+++ Zope3/trunk/src/zope/app/rotterdam/zope3.css	2006-04-23 01:29:05 UTC (rev 67280)
@@ -383,11 +383,6 @@
     float: left;
     clear: both;
 }
-/*
-div.row div.error:before {
-    content: "\2190  "; /* Left pointing arrow */
-}
-*/
 
 div.box {
     margin: 0em 0em 2em 0em;

Modified: Zope3/trunk/src/zope/app/rotterdam/zope3_tablelayout.css
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/zope3_tablelayout.css	2006-04-22 23:17:19 UTC (rev 67279)
+++ Zope3/trunk/src/zope/app/rotterdam/zope3_tablelayout.css	2006-04-23 01:29:05 UTC (rev 67280)
@@ -490,11 +490,6 @@
     float: left;
     clear: both;
 }
-/*
-div.row div.error:before {
-    content: "\2190  "; /* Left pointing arrow */
-}
-*/
 
 #metadata .label {
     font-size: 80%;



More information about the Checkins mailing list