| OLD | NEW |
| 1 body { | 1 body { |
| 2 cursor: default; | 2 cursor: default; |
| 3 font-size: 100%; | 3 font-size: 100%; |
| 4 } | 4 } |
| 5 | 5 |
| 6 #settings-title { | 6 #settings-title { |
| 7 -webkit-padding-end: 24px; | 7 -webkit-padding-end: 24px; |
| 8 color: #53637d; | 8 color: #53637d; |
| 9 cursor: pointer; | 9 cursor: pointer; |
| 10 font-size: 200%; | 10 font-size: 200%; |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 } | 649 } |
| 650 | 650 |
| 651 html[os=mac] label > input[type=checkbox], | 651 html[os=mac] label > input[type=checkbox], |
| 652 html[os=mac] label > input[type=radio] { | 652 html[os=mac] label > input[type=radio] { |
| 653 margin-top: 2px; | 653 margin-top: 2px; |
| 654 } | 654 } |
| 655 | 655 |
| 656 .suboption { | 656 .suboption { |
| 657 -webkit-margin-start: 16px; | 657 -webkit-margin-start: 16px; |
| 658 } | 658 } |
| 659 |
| 660 .link { |
| 661 margin: 10px 0; |
| 662 position: relative; |
| 663 top: 4px; |
| 664 } |
| OLD | NEW |