Chromium Code Reviews| 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 | 4 |
| 5 thead { | 5 thead { |
| 6 white-space: nowrap; | 6 white-space: nowrap; |
| 7 } | 7 } |
| 8 | 8 |
| 9 th { | 9 th { |
| 10 background-color: #c0c0c0; | 10 background-color: #c0c0c0; |
| 11 } | 11 } |
| 12 | 12 |
| 13 td { | 13 td { |
| 14 background-color: #f0f0f0; | 14 background-color: #f0f0f0; |
| 15 } | 15 } |
| 16 | |
| 17 #infoConsole { | |
| 18 background-color: #f0f0f0; | |
|
James Hawkins
2013/07/29 16:27:03
nit: Indentation is off; should be two spaces.
Noam Samuel
2013/08/02 22:20:02
Done.
| |
| 19 height: 100px; | |
| 20 overflow: auto; | |
| 21 } | |
| OLD | NEW |