| OLD | NEW |
| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 width: auto; | 54 width: auto; |
| 55 } | 55 } |
| 56 | 56 |
| 57 #information-android | 57 #information-android |
| 58 { | 58 { |
| 59 left: 2px; | 59 left: 2px; |
| 60 bottom: -25px; | 60 bottom: -25px; |
| 61 } | 61 } |
| 62 | 62 |
| 63 .warning-platform, | 63 .warning-platform, |
| 64 .disclaimer | 64 .disclaimer, |
| 65 #maxthon-notification |
| 65 { | 66 { |
| 66 width: 100%; | 67 width: 100%; |
| 67 margin-top: 50px; | 68 margin-top: 50px; |
| 68 margin-bottom: 50px; | 69 margin-bottom: 50px; |
| 69 float: right; | 70 float: right; |
| 70 } | 71 } |
| 71 | 72 |
| 72 html[lang="fr"] .warning-platform | 73 html[lang="fr"] .warning-platform, |
| 74 html[lang^="zh_"] .warning-platform |
| 73 { | 75 { |
| 74 margin-top: 0px; | 76 margin-top: 0px; |
| 75 } | 77 } |
| 76 | 78 |
| 79 html[lang^="zh_"] #content.maxthon .warning-platform, |
| 80 html[lang^="zh_"] #content.ua-maxthon .warning-platform |
| 81 { |
| 82 margin-top: 50px; |
| 83 } |
| 84 |
| 77 #key-facts | 85 #key-facts |
| 78 { | 86 { |
| 79 margin-top: 50px; | 87 margin-top: 50px; |
| 80 margin-left: 80px; | 88 margin-left: 80px; |
| 81 margin-right: 0px; | 89 margin-right: 0px; |
| 82 } | 90 } |
| 83 | 91 |
| 84 html[dir="rtl"] #key-facts | 92 html[dir="rtl"] #key-facts |
| 85 { | 93 { |
| 86 margin-right: 80px; | 94 margin-right: 80px; |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 | 169 |
| 162 #more-tabs #sidebar button | 170 #more-tabs #sidebar button |
| 163 { | 171 { |
| 164 display: block; | 172 display: block; |
| 165 } | 173 } |
| 166 | 174 |
| 167 .more-tab | 175 .more-tab |
| 168 { | 176 { |
| 169 width: 760px; | 177 width: 760px; |
| 170 } | 178 } |
| OLD | NEW |