| OLD | NEW |
| 1 body { | 1 body { |
| 2 -webkit-user-select: none; | 2 -webkit-user-select: none; |
| 3 cursor: default; | 3 cursor: default; |
| 4 font-size: 100%; | 4 font-size: 100%; |
| 5 } | 5 } |
| 6 | 6 |
| 7 #settings-title { | 7 #settings-title { |
| 8 -webkit-padding-end: 24px; | 8 -webkit-padding-end: 24px; |
| 9 color: #53637d; | 9 color: #53637d; |
| 10 font-size: 200%; | 10 font-size: 200%; |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 } | 294 } |
| 295 | 295 |
| 296 section { | 296 section { |
| 297 -webkit-box-orient: horizontal; | 297 -webkit-box-orient: horizontal; |
| 298 border-bottom: 1px solid #eeeeee; | 298 border-bottom: 1px solid #eeeeee; |
| 299 display: -webkit-box; | 299 display: -webkit-box; |
| 300 margin-top: 17px; | 300 margin-top: 17px; |
| 301 padding-bottom: 20px; | 301 padding-bottom: 20px; |
| 302 } | 302 } |
| 303 | 303 |
| 304 section:last-child { | 304 div.page section:last-child { |
| 305 border-bottom: none; | 305 border-bottom: none; |
| 306 } | 306 } |
| 307 | 307 |
| 308 section > h3 { | 308 section > h3 { |
| 309 font-size: 105%; | 309 font-size: 105%; |
| 310 font-weight: bold; | 310 font-weight: bold; |
| 311 margin: 0; | 311 margin: 0; |
| 312 vertical-align: middle; | 312 vertical-align: middle; |
| 313 width: 140px; | 313 width: 140px; |
| 314 } | 314 } |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 } | 506 } |
| 507 | 507 |
| 508 .suboption { | 508 .suboption { |
| 509 -webkit-margin-start: 16px; | 509 -webkit-margin-start: 16px; |
| 510 } | 510 } |
| 511 | 511 |
| 512 html[os=mac] label > input[type=checkbox], | 512 html[os=mac] label > input[type=checkbox], |
| 513 html[os=mac] label > input[type=radio] { | 513 html[os=mac] label > input[type=radio] { |
| 514 margin-top: 2px; | 514 margin-top: 2px; |
| 515 } | 515 } |
| OLD | NEW |