Sha256: 3caa88e574da016b5003bceaee4420b2d04202675fa32b0d215f673142619b78
Contents?: true
Size: 1.04 KB
Versions: 25
Compression:
Stored size: 1.04 KB
Contents
/* Basic elements common to all TextMate styles * Intended for use in embedding source in HTML pages */ div.textmate-source { margin: 0.8em 30px; padding: 0; border: 1px solid grey; text-align: left; } /* textmate-source-header is currently unused, but perhaps in the future... */ div.textmate-source > div.textmate-source-header { background-color: #E6D6BA; padding: 2px 6px; margin: 0; font-size: 0.8em; border-bottom: 1px solid grey; color: darkgreen; } div.textmate-source > div.textmate-source-header a:link { color: blue; } pre.textmate-source { padding: 6px; margin: 0; border: 0; width: auto; font-family: Monaco, monospace; font-size: 0.8em; line-height: 1.3em; overflow: auto; max-height: 300px; word-wrap: break-word; white-space: pre; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; } pre.textmate-source .linenum { width: 75px; padding: 0.1em 0.2em 0.2em 0; color: #888; background-color: #eee; }
Version data entries
25 entries across 21 versions & 1 rubygems