| OLD | NEW |
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 html { | 5 html { |
| 6 font-size: 20px; | 6 font-size: 20px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 textarea { |
| 10 width: 100%; |
| 11 } |
| 12 |
| 9 #info > div { | 13 #info > div { |
| 10 width: 100%; | 14 width: 100%; |
| 11 } | 15 } |
| 12 | 16 |
| 13 #info h2 { | 17 #info h2 { |
| 14 color: rgb(74, 142, 230); | 18 color: rgb(74, 142, 230); |
| 15 font-size: 100%; | 19 font-size: 100%; |
| 16 margin-bottom: 0.3em; | 20 margin-bottom: 0.3em; |
| 17 margin-top: 1em; | 21 margin-top: 1em; |
| 18 } | 22 } |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 font-weight: normal; | 73 font-weight: normal; |
| 70 } | 74 } |
| 71 | 75 |
| 72 .forms { | 76 .forms { |
| 73 margin-top: 0.3em; | 77 margin-top: 0.3em; |
| 74 } | 78 } |
| 75 | 79 |
| 76 #submit-clear { | 80 #submit-clear { |
| 77 margin-bottom: 0.5em; | 81 margin-bottom: 0.5em; |
| 78 } | 82 } |
| OLD | NEW |