Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 body { | 1 body { |
| 2 font-family: helvetica arial sans-serif; | 2 font-family: helvetica arial sans-serif; |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 0; | 4 padding: 0; |
| 5 } | 5 } |
| 6 | 6 |
| 7 img { | 7 img { |
| 8 box-shadow: 2px 2px 5px gray; | 8 box-shadow: 2px 2px 5px gray; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 88 } | 88 } |
| 89 | 89 |
| 90 #tryHistory .tries { | 90 #tryHistory .tries { |
| 91 float: none; | 91 float: none; |
| 92 } | 92 } |
| 93 | 93 |
| 94 #gitInfo { | 94 #gitInfo { |
| 95 float: right; | 95 float: right; |
| 96 font-size: 70%; | 96 font-size: 70%; |
| 97 } | 97 } |
| OLD | NEW |