OLD | NEW |
---|---|
1 /* CSS styles for Coverage. */ | 1 /* CSS styles for Coverage. */ |
2 /* Page-wide styles */ | 2 /* Page-wide styles */ |
3 html, body, h1, h2, h3, p, td, th { | 3 html, body, h1, h2, h3, p, td, th { |
4 margin: 0; | 4 margin: 0; |
5 padding: 0; | 5 padding: 0; |
6 border: 0; | 6 border: 0; |
7 outline: 0; | 7 outline: 0; |
8 font-weight: inherit; | 8 font-weight: inherit; |
9 font-style: inherit; | 9 font-style: inherit; |
10 font-size: 100%; | 10 font-size: 100%; |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
291 #index tr.total { | 291 #index tr.total { |
292 } | 292 } |
293 #index tr.total td { | 293 #index tr.total td { |
294 font-weight: bold; | 294 font-weight: bold; |
295 border-top: 1px solid #ccc; | 295 border-top: 1px solid #ccc; |
296 border-bottom: none; | 296 border-bottom: none; |
297 } | 297 } |
298 #index tr.file:hover { | 298 #index tr.file:hover { |
299 background: #eeeeee; | 299 background: #eeeeee; |
300 } | 300 } |
OLD | NEW |