Sha256: 5cbb4ea58c6e57b46d2bad9542f8dfd0d9237a1b46e4f441aba2cface47aee8f
Contents?: true
Size: 869 Bytes
Versions: 12
Compression:
Stored size: 869 Bytes
Contents
/* Default error colouring */ div.fieldWithErrors { display: inline; } #errorExplanation { border-top: 3px solid #F27F7F; background: #FFBEBE; padding: 10px; } #errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * { color: #9C2626; } /* Browser Hacks */ /* remove borders from images */ a img { border: 0px none; } /* Firefox Dotted Line Fix - http://sonspring.com/journal/removing-dotted-links */ a:focus { outline: none; } /* Clearfix docs - Main docs: http://positioniseverything.net/easyclearing.html - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display:block; } /* End hide from IE Mac */
Version data entries
12 entries across 12 versions & 1 rubygems