Sha256: 2bd08159350547286c7cfb647a331bc68b3442c22425bf770f6bb719fb9d530e
Contents?: true
Size: 732 Bytes
Versions: 4
Compression:
Stored size: 732 Bytes
Contents
// table style #gradient-style { margin-bottom: 1.5em; width: 100%; text-align: left; border-collapse: collapse; } #gradient-style th { text-align: left; font-weight: normal; padding: 8px; background: #b9c9fe url('../images/gradhead.png') repeat-x; border-top: 2px solid #d3ddff; border-bottom: 1px solid #fff; color: #039; } #gradient-style td { padding: 8px; border-bottom: 1px solid #fff; color: #669; border-top: 1px solid #fff; background: #e8edff url('../images/gradback.png') repeat-x; } #gradient-style tfoot tr td { background: #e8edff; font-size: 12px; color: #99c; } #gradient-style tbody tr:hover td { background: #d0dafd url('../images/gradhover.png') repeat-x; color: #339; }
Version data entries
4 entries across 4 versions & 1 rubygems