OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 | 5 |
6 body { | 6 body { |
7 -webkit-user-select: text; | 7 -webkit-user-select: text; |
8 } | 8 } |
9 | 9 |
10 #about-container { | 10 #about-container { |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 margin-bottom: 1.5em; | 91 margin-bottom: 1.5em; |
92 } | 92 } |
93 | 93 |
94 #more-info-container { | 94 #more-info-container { |
95 -webkit-transition: all 500ms linear; | 95 -webkit-transition: all 500ms linear; |
96 height: 0; | 96 height: 0; |
97 margin-bottom: 0; | 97 margin-bottom: 0; |
98 overflow: hidden; | 98 overflow: hidden; |
99 } | 99 } |
100 | 100 |
101 #last-updated-container.empty { | 101 #build-date-container.empty { |
102 visibility: hidden; | 102 visibility: hidden; |
103 } | 103 } |
OLD | NEW |