Sha256: 2aa40182c4a8ea6cb4a6d5faaa14d87f4cfc3cff8203098436b818a70d313930
Contents?: true
Size: 1.35 KB
Versions: 9
Compression:
Stored size: 1.35 KB
Contents
/**************************************/ /* GLOBALS */ /**************************************/ body{ color: #404040; overflow-y: scroll; } a:link { color: #057080; } a:hover { color: #EB6C20; } hr { margin:0px; } #content { padding: 4px; background-color: #FFF; } pre { overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ /* width: 99%; */ word-wrap: break-word; /* Internet Explorer 5.5+ */ color: #404040; } pre { padding-left: 20px; margin: 0px; } table.blank, table.blank tr, table.blank td, table.blank th { border:0px; border-collapse:collapse; margin:0px; padding:0px; } table.padded td, table.padded.th { padding:5px; } .field_with_errors, .field_with_errors_cleared { display: inline; } .field_with_errors input, .field_with_errors textarea, .field_with_errors select { background-color: #FB4E50; } .fieldset_with_errors { background-color: #F9E8E8; border-color: #FB4E50; } .fieldset_with_errors legend { background-color: #F9E8E8; border: 1px solid #FB4E50; } .field_with_errors_cleared input, .field_with_errors_cleared textarea { /* background-color: #66FF66;*/ }
Version data entries
9 entries across 9 versions & 1 rubygems