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 17 matching lines...) Expand all Loading... | |
| 28 } | 28 } |
| 29 | 29 |
| 30 .iframe textarea { | 30 .iframe textarea { |
| 31 resize: none; | 31 resize: none; |
| 32 } | 32 } |
| 33 | 33 |
| 34 template { | 34 template { |
| 35 display: none; | 35 display: none; |
| 36 } | 36 } |
| 37 | 37 |
| 38 code { | |
| 39 color: green; | |
| 40 } | |
| 41 | |
| 38 pre, code { | 42 pre, code { |
| 39 padding: 0; | 43 padding: 0; |
| 40 color: green; | |
| 41 } | |
| 42 | |
| 43 #output { | |
| 44 color: #333; | |
| 45 } | 44 } |
| 46 | 45 |
| 47 .tries { | 46 .tries { |
| 48 margin: 1em; | 47 margin: 1em; |
| 49 float: left; | 48 float: left; |
| 50 } | 49 } |
| 51 | 50 |
| 52 #title { | 51 #title { |
| 53 color: #ddd; | 52 color: #ddd; |
| 54 background: #444; | 53 background: #444; |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 71 #tryHistory { | 70 #tryHistory { |
| 72 position: absolute; | 71 position: absolute; |
| 73 top: 3em; | 72 top: 3em; |
| 74 right: 10px; | 73 right: 10px; |
| 75 width: 75px; | 74 width: 75px; |
| 76 } | 75 } |
| 77 | 76 |
| 78 #tryHistory .tries { | 77 #tryHistory .tries { |
| 79 float: none; | 78 float: none; |
| 80 } | 79 } |
| OLD | NEW |