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