OLD | NEW |
---|---|
1 .touchpad-sensitivity-more { | 1 .touchpad-sensitivity-more { |
2 float: right; | 2 float: right; |
3 } | 3 } |
4 | |
5 html[dir=rtl] .touchpad-sensitivity-more { | |
6 float: left; | |
7 } | |
8 | |
9 .option-name { | |
10 display: inline; | |
11 } | |
12 | |
13 #timezone-value { | |
14 display: inline-block; | |
15 vertical-align: baseline; | |
16 } | |
17 | |
18 #touchpad-value, | |
19 #slider-control { | |
20 display: inline-block; | |
21 vertical-align: top; | |
22 } | |
23 | |
24 | |
25 | |
James Hawkins
2011/06/09 22:01:12
Remove extra lines at the end.
kevers
2011/06/10 12:44:22
Done.
| |
26 | |
OLD | NEW |