Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 body { | |
| 3 background-color: #F8F8F8; | |
| 4 font-family: 'Open Sans', sans-serif; | |
| 5 font-size: 14px; | |
| 6 font-weight: normal; | |
| 7 line-height: 1.2em; | |
| 8 margin: 15px; | |
| 9 } | |
| 10 | |
| 11 h1, p { | |
| 12 color: #333; | |
| 13 } | |
| 14 | |
| 15 #vmstats { | |
| 16 width: 100%; | |
| 17 height: 500px; | |
| 18 position: relative; | |
| 19 border: 1px solid #ccc; | |
| 20 background-color: #fff; | |
| 21 padding: 10px; | |
| 22 } | |
| 23 | |
| 24 #dashboard { | |
| 25 font-size: 12pt; | |
| 26 text-align: left; | |
| 27 margin: 20px; | |
| 28 } | |
| 29 | |
| 30 #graph { | |
| 31 font-size: 12pt; | |
| 32 text-align: left; | |
| 33 } | |
| 34 | |
| 35 .isolate_list { | |
| 36 font-family: 'Open Sans', sans-serif; | |
| 37 font-size: 14px; | |
| 38 } | |
| 39 | |
| 40 .isolate_details { | |
| 41 visibility:visible; | |
| 42 } | |
| 43 | |
| 44 .isolate_details_hidden { | |
| 45 visibility:hidden; | |
| 46 } | |
| OLD | NEW |