| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 */ | |
| 5 | 4 |
| 6 #about-container { | 5 #about-container { |
| 7 align-items: center; | 6 align-items: center; |
| 8 display: flex; | 7 display: flex; |
| 9 } | 8 } |
| 10 | 9 |
| 11 #page-container #about-container { | 10 #page-container #about-container { |
| 12 margin-top: 10px; | 11 margin-top: 10px; |
| 13 } | 12 } |
| 14 | 13 |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 } | 169 } |
| 171 | 170 |
| 172 #regulatory-label-container { | 171 #regulatory-label-container { |
| 173 padding-top: 32px; | 172 padding-top: 32px; |
| 174 } | 173 } |
| 175 | 174 |
| 176 #regulatory-label { | 175 #regulatory-label { |
| 177 display: block; | 176 display: block; |
| 178 width: 330px; | 177 width: 330px; |
| 179 } | 178 } |
| OLD | NEW |