Sha256: f5b0d71c91816485830a4ba507f3fa6f94a577786b6d8ac11af73b1a1945f22d
Contents?: true
Size: 849 Bytes
Versions: 18
Compression:
Stored size: 849 Bytes
Contents
/* ------------------------------------------------------------------------------------------------- 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; } 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;} --------------------------------------------------------------------------------------------------*/ form.formtastic fieldset > ol > li p.inline-hints { font-style: italic; font-size: 0.8em; clear: both; }
Version data entries
18 entries across 18 versions & 1 rubygems