| OLD | NEW |
| 1 #font-settings > section > .font-input-div { | 1 #font-settings > section > .font-input-div { |
| 2 -webkit-margin-end: 5em; | 2 -webkit-margin-end: 4em; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .font-input-div > div > select { | 5 .font-input-div > div > select { |
| 6 margin-bottom: 10px; | 6 margin-bottom: 10px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .font-input-div > div > .font-input { | 9 .font-input-div > div > .font-input { |
| 10 width: 12em; | 10 width: 12em; |
| 11 } | 11 } |
| 12 | 12 |
| 13 #font-settings > section > .font-sample-div { | 13 #font-settings > section > .font-sample-div { |
| 14 height: 90px; |
| 15 overflow: hidden; |
| 14 position: absolute; | 16 position: absolute; |
| 15 } | 17 } |
| 16 | 18 |
| 17 .font-settings-huge { | 19 .font-settings-huge { |
| 18 float: right; | 20 float: right; |
| 19 } | 21 } |
| OLD | NEW |