Added Markdown, and removed nbprojects directory
[base_ror3_portal.git] / public / stylesheets / formtastic_changes.css
blob8a044fab6c2ba08c609ddba6fc4da7b0ab7172a7
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; }
10 HINT:
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 --------------------------------------------------------------------------------------------------*/