Sha256: db5f336df7cd71d6ccc67dd176cb799c72b48c3c4e21f1a67b5fc9fa0544a0ea
Contents?: true
Size: 789 Bytes
Versions: 85
Compression:
Stored size: 789 Bytes
Contents
/* @group General IE Workarounds */ fieldset.form_container { clear: both; width: 96%; z-index: 0; } legend { display: none; } .faux_legend { border: 1px solid #999999; padding: .5em; background-color: #79984c; color: #ffffff; margin-top: -2.5em; margin-left: -1.4em; width: 26.5em; font-weight: bold; font-size: .8em; text-transform: uppercase; padding-left: 1em; } /* @end */ /* @group IE6 Workarounds */ /* Add support for hover, for nav menu */ *html body { behavior:url("/stylesheets/csshover3.htc"); } * html fieldset.form_container { width: 92%; margin-top: 20px !important; z-index: 0; } * html p { margin-bottom: 1.5em; } * html .faux_legend { margin-top: -12px; } /* @end */
Version data entries
85 entries across 85 versions & 7 rubygems