OLD | NEW |
---|---|
(Empty) | |
1 .close-subpage { | |
Rick Byers
2011/09/16 14:29:27
I know it's not in all CSS files, but you should p
Rick Byers
2011/09/16 14:29:27
I'd suggest adding a small comment above the selec
bshe
2011/09/16 15:22:07
Done.
bshe
2011/09/16 15:22:07
Done.
| |
2 background-image: url('chrome://theme/IDR_CLOSE_BAR'); | |
Rick Byers
2011/09/16 14:29:27
you shouldn't have to repeat this property - you'r
bshe
2011/09/16 15:22:07
Done.
| |
3 height: 32px; | |
4 min-width: 0; | |
5 position: relative; | |
6 top: 16px; | |
7 width: 32px; | |
8 } | |
OLD | NEW |