| OLD | NEW |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2011 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 /* Elements */ | 6 /* Elements */ |
| 7 a { | 7 a { |
| 8 color: rgb(0, 102, 204); | 8 color: rgb(0, 102, 204); |
| 9 text-decoration: none; | 9 text-decoration: none; |
| 10 } | 10 } |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 #session-client-plugin { | 366 #session-client-plugin { |
| 367 margin: 0 0 -4px 0; | 367 margin: 0 0 -4px 0; |
| 368 } | 368 } |
| 369 | 369 |
| 370 #toggle-scaling { | 370 #toggle-scaling { |
| 371 margin: 1px 0 0 0; | 371 margin: 1px 0 0 0; |
| 372 padding: 1px; | 372 padding: 1px; |
| 373 min-width: 0; | 373 min-width: 0; |
| 374 line-height: 0; | 374 line-height: 0; |
| 375 } | 375 } |
| OLD | NEW |