generators/formtastic/templates/formtastic_changes.css in formtastic-0.9.7 vs generators/formtastic/templates/formtastic_changes.css in formtastic-0.9.8
- old
+ new
@@ -3,8 +3,12 @@
Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.
For example, to make the inline hint paragraphs a little darker in color than the standard #666:
-form.formtastic fieldset ol li p.inline-hints { color:#333; }
+form.formtastic fieldset > ol > li p.inline-hints { color:#333; }
+
+HINT:
+The following style may be *conditionally* included for improved support on older versions of IE(<8)
+form.formtastic fieldset ol li fieldset legend { margin-left: -6px;}
--------------------------------------------------------------------------------------------------*/