| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 #app-launch-splash { | 5 #app-launch-splash { |
| 7 -webkit-box-align: center; | 6 -webkit-box-align: center; |
| 8 -webkit-box-pack: center; | 7 -webkit-box-pack: center; |
| 9 background: white; | 8 background: white; |
| 10 display: -webkit-box; | 9 display: -webkit-box; |
| 11 } | 10 } |
| 12 | 11 |
| 13 #splash-content { | 12 #splash-content { |
| 14 -webkit-box-align: center; | 13 -webkit-box-align: center; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 } | 63 } |
| 65 | 64 |
| 66 #splash-shortcut-info { | 65 #splash-shortcut-info { |
| 67 bottom: 50px; | 66 bottom: 50px; |
| 68 color: gray; | 67 color: gray; |
| 69 left: 0; | 68 left: 0; |
| 70 position: absolute; | 69 position: absolute; |
| 71 right: 0; | 70 right: 0; |
| 72 text-align: center; | 71 text-align: center; |
| 73 } | 72 } |
| OLD | NEW |