Left: | ||
Right: |
OLD | NEW |
---|---|
1 dialog | 1 :root |
2 { | 2 { |
3 » width:» » 400px; | 3 width: 400px; |
4 » min-height:» 400px; | 4 min-height: 400px; |
5 } | 5 } |
6 | 6 |
7 description | 7 #custom_corrections-explanation |
8 { | 8 { |
9 » font-size:» smaller; | 9 font-size: smaller; |
10 } | 10 } |
11 | 11 |
12 .auto-entry { | 12 .auto-entry |
13 » font-style:» » » italic; | 13 { |
14 » color:» » » » #444; | 14 font-style: italic; |
15 » background-color:» #EEE; | 15 color: #444; |
16 background-color: #EEE; | |
16 } | 17 } |
OLD | NEW |