You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/02/08 03:26:19 UTC

svn commit: r619743 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css

Author: hlship
Date: Thu Feb  7 18:26:18 2008
New Revision: 619743

URL: http://svn.apache.org/viewvc?rev=619743&view=rev
Log:
TAPESTRY-1969: Error messages in Errors component are misaligned in Internet Explorer 7

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css?rev=619743&r1=619742&r2=619743&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css Thu Feb  7 18:26:18 2008
@@ -21,6 +21,10 @@
 }
 
 DIV.t-error LI {
+    margin-left: 20px;
+}
+
+HTML>BODY DIV.t-error LI {
     margin-left: -20px;
 }