| LEFT | RIGHT |
| 1 #content | 1 #content |
| 2 { | 2 { |
| 3 width: 990px; | 3 width: 990px; |
| 4 margin-bottom: 290px; | 4 margin-bottom: 290px; |
| 5 padding-left: 0; | 5 padding-left: 0; |
| 6 padding-right: 0; | 6 padding-right: 0; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #main | 9 #main |
| 10 { | 10 { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 bottom: 0px; | 40 bottom: 0px; |
| 41 } | 41 } |
| 42 | 42 |
| 43 #install ul | 43 #install ul |
| 44 { | 44 { |
| 45 bottom: -2px; | 45 bottom: -2px; |
| 46 right: 0; | 46 right: 0; |
| 47 width: 115px; | 47 width: 115px; |
| 48 } | 48 } |
| 49 | 49 |
| 50 #content.maxthon #install ul |
| 51 { |
| 52 margin-left: 18px; |
| 53 right: auto; |
| 54 width: auto; |
| 55 } |
| 56 |
| 50 #information-android | 57 #information-android |
| 51 { | 58 { |
| 52 left: 2px; | 59 left: 2px; |
| 53 bottom: -25px; | 60 bottom: -25px; |
| 54 } | 61 } |
| 55 | 62 |
| 56 .warning-platform, | 63 .warning-platform, |
| 57 .disclaimer | 64 .disclaimer, |
| 65 #maxthon-notification |
| 58 { | 66 { |
| 59 width: 100%; | 67 width: 100%; |
| 60 margin-top: 50px; | 68 margin-top: 50px; |
| 61 margin-bottom: 50px; | 69 margin-bottom: 50px; |
| 62 float: right; | 70 float: right; |
| 63 } | 71 } |
| 64 | 72 |
| 65 html[lang="fr"] .warning-platform | 73 html[lang="fr"] .warning-platform, |
| 74 html[lang^="zh_"] .warning-platform |
| 66 { | 75 { |
| 67 margin-top: 0px; | 76 margin-top: 0px; |
| 77 } |
| 78 |
| 79 html[lang^="zh_"] #content.maxthon .warning-platform, |
| 80 html[lang^="zh_"] #content.ua-maxthon .warning-platform |
| 81 { |
| 82 margin-top: 50px; |
| 68 } | 83 } |
| 69 | 84 |
| 70 #key-facts | 85 #key-facts |
| 71 { | 86 { |
| 72 margin-top: 50px; | 87 margin-top: 50px; |
| 73 margin-left: 80px; | 88 margin-left: 80px; |
| 74 margin-right: 0px; | 89 margin-right: 0px; |
| 75 } | 90 } |
| 76 | 91 |
| 77 html[dir="rtl"] #key-facts | 92 html[dir="rtl"] #key-facts |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 | 169 |
| 155 #more-tabs #sidebar button | 170 #more-tabs #sidebar button |
| 156 { | 171 { |
| 157 display: block; | 172 display: block; |
| 158 } | 173 } |
| 159 | 174 |
| 160 .more-tab | 175 .more-tab |
| 161 { | 176 { |
| 162 width: 760px; | 177 width: 760px; |
| 163 } | 178 } |
| LEFT | RIGHT |