[Jifty-commit] r571 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Feb 11 18:54:53 EST 2006


Author: jesse
Date: Sat Feb 11 18:54:53 2006
New Revision: 571

Modified:
   /   (props changed)
   jifty/trunk/share/web/static/css/forms.css

Log:
 r23605 at truegrounds:  jesse | 2006-02-11 18:52:28 -0500
 * clearing floats on inline submit buttons. stupid rule that broke things


Modified: jifty/trunk/share/web/static/css/forms.css
==============================================================================
--- jifty/trunk/share/web/static/css/forms.css	(original)
+++ jifty/trunk/share/web/static/css/forms.css	Sat Feb 11 18:54:53 2006
@@ -71,13 +71,12 @@
 /*
 These styles are meant to be placed after (and hence override) the current CSS
 for forms.  Some of the rules aren't needed if previous behavior doesn't need to
-be overrided.  ".inline" is our hypothetical inline form class.
+be overridden.  ".inline" is our inline form class.
 */
 
 div.inline,
 div.inline .submit_button
 {
-    clear: both;
 }
 
 div.inline div.form_field {


More information about the Jifty-commit mailing list