Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 .throbber { | |
| 2 display: inline-block; | |
| 3 background-image: url("../../../../../app/resources/throbber.png"); | |
|
James Hawkins
2011/01/19 20:34:58
Alphabetize properties.
Sergey Ulanov
2011/01/20 02:00:49
Done.
| |
| 4 width: 16px; | |
| 5 height: 16px; | |
| 6 background-position: 0px; | |
|
James Hawkins
2011/01/19 20:34:58
s/px/0/
Sergey Ulanov
2011/01/20 02:00:49
Done.
| |
| 7 } | |
| OLD | NEW |