OLD | NEW |
1 #content | 1 #content |
2 { | 2 { |
3 text-align: center; | 3 text-align: center; |
4 margin-left: 0; | 4 margin-left: 0; |
5 margin-right: 0; | 5 margin-right: 0; |
6 } | 6 } |
7 | 7 |
8 #video | 8 #video, #maxthon-instruction |
9 { | 9 { |
10 -webkit-box-sizing: border-box; | 10 -webkit-box-sizing: border-box; |
11 -moz-box-sizing: border-box; | 11 -moz-box-sizing: border-box; |
12 -ms-box-sizing: border-box; | 12 -ms-box-sizing: border-box; |
13 -o-box-sizing: border-box; | 13 -o-box-sizing: border-box; |
14 box-sizing: border-box; | 14 box-sizing: border-box; |
15 margin: 20px 0; | 15 margin: 20px 0; |
16 width: auto; | 16 width: auto; |
17 max-width: 515px; | 17 max-width: 515px; |
18 } | 18 } |
(...skipping 18 matching lines...) Expand all Loading... |
37 { | 37 { |
38 display: block; | 38 display: block; |
39 margin-top: 10px; | 39 margin-top: 10px; |
40 } | 40 } |
41 | 41 |
42 #install li | 42 #install li |
43 { | 43 { |
44 margin: 0px 10px; | 44 margin: 0px 10px; |
45 } | 45 } |
46 | 46 |
47 .warning-platform | 47 .warning-platform, |
| 48 #maxthon-notification, |
| 49 .disclaimer |
48 { | 50 { |
49 margin: 10px; | 51 margin: 10px; |
50 } | 52 } |
51 | 53 |
52 #key-facts section | 54 #key-facts section |
53 { | 55 { |
54 width: auto; | 56 width: auto; |
55 max-width: 225px; | 57 max-width: 225px; |
56 margin-top: 25px; | 58 margin-top: 25px; |
57 margin-left: 15px; | 59 margin-left: 15px; |
(...skipping 25 matching lines...) Expand all Loading... |
83 #sidebar | 85 #sidebar |
84 { | 86 { |
85 padding-top: 20px; | 87 padding-top: 20px; |
86 } | 88 } |
87 | 89 |
88 .more-tab | 90 .more-tab |
89 { | 91 { |
90 text-align: left; | 92 text-align: left; |
91 margin: 10px 10px 0px 10px; | 93 margin: 10px 10px 0px 10px; |
92 } | 94 } |
OLD | NEW |