Sha256: 5fa31f5bef329cf8b9e4b81142368723b712cce6025a9f063e527f9c164ef44e
Contents?: true
Size: 1.01 KB
Versions: 16
Compression:
Stored size: 1.01 KB
Contents
/* Copy this to your main CSS if you like. */ /** easy start **/ table.easy { border-collapse: normal; margin-top: 4px; } table.easy th, table.easy td { font-family: "Helvetica Neue", Verdana, Arial, sans-serif; font-size: 12px; line-height: 14px; } table.easy td p { margin: 0 0 10px 0; } table.easy th.wrap, table.easy td.wrap { white-space: normal; } /* Header cells. */ table.easy thead th { background-color: #E6E6E6; color: inherit; border: 1px solid #FFF; padding: 3px; } table.easy thead td.textright { text-align: right; } /* Body cells. */ table.easy tbody td.blank { background-color: inherit; color: inherit; border: none; } table.easy tbody td { background-color: #FFF; color: #333; width: auto; border-top: 1px dotted #DDD; padding: 4px 3px; } table.easy tbody td.act { margin: 0; padding-top: 2px; padding-bottom: 0; min-width: 150px; } table.easy th.date, table.easy td.date { width: 80px; } table.easy th.datetime, table.easy td.datetime { width: 110px; } /** easy end **/
Version data entries
16 entries across 16 versions & 1 rubygems