OLD | NEW |
1 .language-options { | 1 .language-options { |
2 display: -webkit-box; | 2 display: -webkit-box; |
3 margin: 15px; | 3 margin: 15px; |
4 } | 4 } |
5 | 5 |
6 .language-options button { | 6 .language-options button { |
7 min-width: 70px; | 7 min-width: 70px; |
8 } | 8 } |
9 | 9 |
10 .language-options h3 { | 10 .language-options h3 { |
(...skipping 148 matching lines...) Loading... |
159 } | 159 } |
160 | 160 |
161 #notification .link-color { | 161 #notification .link-color { |
162 color: rgb(0, 102, 204); | 162 color: rgb(0, 102, 204); |
163 } | 163 } |
164 | 164 |
165 #chewing-max-chi-symbol-len { | 165 #chewing-max-chi-symbol-len { |
166 width: 100px; | 166 width: 100px; |
167 height: 30%; | 167 height: 30%; |
168 } | 168 } |
OLD | NEW |