Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 .key { | |
| 2 float: left; | |
|
James Hawkins
2012/08/11 19:21:07
Do we care about RTL, or is this a purely-develope
jvoung (off chromium)
2012/08/13 22:15:43
This is mostly a developer UI, so I haven't though
| |
| 3 font-weight: bold; | |
| 4 width: 200px; | |
| 5 } | |
| 6 | |
| 7 .value { | |
|
James Hawkins
2012/08/11 19:21:07
nit: Remove extra space at beginning of line.
jvoung (off chromium)
2012/08/13 22:15:43
Done.
| |
| 8 margin-left: 10px; | |
| 9 } | |
| OLD | NEW |