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:13:53 UTC

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

Author: hlship
Date: Thu Feb  7 18:13:52 2008
New Revision: 619740

URL: http://svn.apache.org/viewvc?rev=619740&view=rev
Log:
TAPESTRY-2048: Tapestry default.css includes a bad rule for the autocomplete mixin's styles

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=619740&r1=619739&r2=619740&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:13:52 2008
@@ -318,7 +318,7 @@
 DIV.t-autocomplete-menu UL {
     border: 2px outset #cc9933;
     background-color: #cc9933;
-    magin-left: 12px;
+    margin-left: 12px;
     padding: 4px 6px;
     width: 300px;
     height: 360px;