|
7 | 7 | http://www.apache.org/licenses/LICENSE-2.0.html |
8 | 8 | */ |
9 | 9 |
|
10 | | -body { margin:20px; font:small normal 'Helvetica Neue', sans-serif; background-color:rgb(242,242,242); background-color:rgb(205,205,205); } |
11 | | -table { min-width:100%; border:1px solid rgb(170,170,170); border-collapse:collapse; } |
| 10 | +body { |
| 11 | + margin: 20px; |
| 12 | + font: small normal 'Lucida Grande', 'Helvetica Neue', sans-serif; |
| 13 | + background-color: rgb(242,242,242); |
| 14 | +} |
| 15 | +table { |
| 16 | + min-width: 100%; |
| 17 | + border: 1px solid rgb(170,170,170); border-collapse: separate; border-spacing: 0; -webkit-border-radius: 3px; |
| 18 | + box-shadow: 0 1px 0 rgba(255,255,255,0.8); |
| 19 | +} |
12 | 20 | tr { background-color:white; } |
13 | | -td { padding:0.2em 0.4em; vertical-align:top; font-size:small; border:1px solid rgb(170,170,170); border-width:0 1px; } |
| 21 | +td { |
| 22 | + margin: 0; padding: 0.2em 0.4em; |
| 23 | + vertical-align: top; |
| 24 | + font-size: small; |
| 25 | + border-left: 1px solid rgb(170,170,170); |
| 26 | +} |
| 27 | +td:first-child { border-left: none; } |
| 28 | +tr:first-child td:first-child { -webkit-border-top-left-radius: 3px; } |
| 29 | +tr:first-child td:last-child { -webkit-border-top-right-radius: 3px; } |
| 30 | +tr:last-child td:first-child { -webkit-border-bottom-left-radius: 3px; } |
| 31 | +tr:last-child td:last-child { -webkit-border-bottom-right-radius: 3px; } |
| 32 | + |
14 | 33 | .file_info { margin:0.5em 2px; color:rgb(20,20,20); text-shadow:rgba(255,255,255,0.8) 0 1px 0; } |
15 | 34 | .alt_row { background-color:rgb(230,230,230); } |
16 | 35 | .truncated_rows { margin:0.5em 2px; color:rgb(20,20,20); text-shadow:rgba(255,255,255,0.8) 0 1px 0; } |
0 commit comments