| 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 /* TODO(jhawkins): Organize these by page. */ | 5 /* TODO(jhawkins): Organize these by page. */ |
| 6 | 6 |
| 7 #sync-setup-overlay * h4 { | 7 #sync-setup-overlay * h4 { |
| 8 margin: 15px 0 5px; | 8 margin: 15px 0 5px; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 #learn-more-link { | 204 #learn-more-link { |
| 205 float: right; | 205 float: right; |
| 206 } | 206 } |
| 207 | 207 |
| 208 html[dir='rtl'] #learn-more-link { | 208 html[dir='rtl'] #learn-more-link { |
| 209 float: left; | 209 float: left; |
| 210 } | 210 } |
| 211 | 211 |
| 212 #customize-link, | 212 #customize-link, |
| 213 #use-default-link { | 213 #use-default-link { |
| 214 -webkit-transition: opacity 250ms; | 214 transition: opacity 250ms; |
| 215 } | 215 } |
| OLD | NEW |