| OLD | NEW |
| 1 body | 1 body |
| 2 { | 2 { |
| 3 min-width: 250px; | 3 min-width: 250px; |
| 4 margin: 0px; | 4 margin: 0px; |
| 5 font-family: Segoe UI, Arial, sans-serif; | 5 font-family: Segoe UI, Arial, sans-serif; |
| 6 font-size: 13px; | 6 font-size: 13px; |
| 7 color: #545454; | 7 color: #545454; |
| 8 background-color: #f8f6f2; | 8 background-color: #f8f6f2; |
| 9 background-image: url(background.png); | 9 background-image: url(background.png); |
| 10 } | 10 } |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 #clickhide-instructions | 252 #clickhide-instructions |
| 253 { | 253 { |
| 254 margin: 10px 15px; | 254 margin: 10px 15px; |
| 255 } | 255 } |
| 256 | 256 |
| 257 #stats-container .icon | 257 #stats-container .icon |
| 258 { | 258 { |
| 259 background-position: -50px -49px; | 259 background-position: -50px -49px; |
| 260 } | 260 } |
| 261 | 261 |
| 262 #issueReporter .icon |
| 263 { |
| 264 visibility: hidden; |
| 265 } |
| 266 |
| 262 | 267 |
| 263 #stats strong | 268 #stats strong |
| 264 { | 269 { |
| 265 font-size: 15px; | 270 font-size: 15px; |
| 266 line-height: 140%; | 271 line-height: 140%; |
| 267 } | 272 } |
| 268 | 273 |
| 269 #share | 274 #share |
| 270 { | 275 { |
| 271 margin-top: 5px; | 276 margin-top: 5px; |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 | 373 |
| 369 .checkbox[aria-checked="false"]:hover | 374 .checkbox[aria-checked="false"]:hover |
| 370 { | 375 { |
| 371 background-position: -34px -49px; | 376 background-position: -34px -49px; |
| 372 } | 377 } |
| 373 | 378 |
| 374 label | 379 label |
| 375 { | 380 { |
| 376 vertical-align: middle; | 381 vertical-align: middle; |
| 377 } | 382 } |
| OLD | NEW |