| 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 { | 
| 11   width: 426px; | 11   width: 426px; | 
| 12   height: 307px; | 12   height: 307px; | 
| 13   position: relative; | 13   position: relative; | 
| 14   float: right; | 14   float: right; | 
| 15   margin-left: 0px; | 15   margin-left: 0px; | 
| 16   margin-right: 3px; | 16   margin-right: 3px; | 
| 17   margin-bottom: 4px; | 17   margin-bottom: 4px; | 
| 18 } | 18 } | 
| 19 | 19 | 
|  | 20 #content.edge #main | 
|  | 21 { | 
|  | 22   height: 340px; | 
|  | 23 } | 
|  | 24 | 
| 20 html[dir="rtl"] #main | 25 html[dir="rtl"] #main | 
| 21 { | 26 { | 
| 22   float: left; | 27   float: left; | 
| 23   margin-right: 0px; | 28   margin-right: 0px; | 
| 24   margin-left: 8px; | 29   margin-left: 8px; | 
| 25 } | 30 } | 
| 26 | 31 | 
| 27 #install .install-button, #install ul, #information-android | 32 #install .install-button, #install ul, #information-android | 
| 28 { | 33 { | 
| 29   position: absolute; | 34   position: absolute; | 
| (...skipping 10 matching lines...) Expand all  Loading... | 
| 40   bottom: 0px; | 45   bottom: 0px; | 
| 41 } | 46 } | 
| 42 | 47 | 
| 43 #install ul | 48 #install ul | 
| 44 { | 49 { | 
| 45   bottom: -2px; | 50   bottom: -2px; | 
| 46   right: 0; | 51   right: 0; | 
| 47   width: 115px; | 52   width: 115px; | 
| 48 } | 53 } | 
| 49 | 54 | 
| 50 #content.maxthon #install ul | 55 #content.maxthon #install ul, | 
|  | 56 #content.edge #install ul | 
| 51 { | 57 { | 
| 52   margin-left: 18px; | 58   margin-left: 18px; | 
| 53   right: auto; | 59   right: auto; | 
| 54   width: auto; | 60   width: auto; | 
| 55 } | 61 } | 
| 56 | 62 | 
|  | 63 #content.edge #install ul | 
|  | 64 { | 
|  | 65   margin: -40px 35px; | 
|  | 66 } | 
|  | 67 | 
|  | 68 #edge-other-browsers | 
|  | 69 { | 
|  | 70   display: none; | 
|  | 71 } | 
|  | 72 #content.edge #edge-other-browsers | 
|  | 73 { | 
|  | 74   margin: 0px 40px; | 
|  | 75   display: flex; | 
|  | 76 } | 
|  | 77 | 
| 57 #information-android | 78 #information-android | 
| 58 { | 79 { | 
| 59   left: 2px; | 80   left: 2px; | 
| 60   bottom: -25px; | 81   bottom: -25px; | 
| 61 } | 82 } | 
| 62 | 83 | 
| 63 .warning-platform, .disclaimer, | 84 .warning-platform, .disclaimer, | 
| 64 #maxthon-notification, #adblock-browser-notification | 85 #maxthon-notification, #adblock-browser-notification | 
| 65 { | 86 { | 
| 66   width: 100%; | 87   width: 100%; | 
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 161 | 182 | 
| 162 #more-tabs #sidebar button | 183 #more-tabs #sidebar button | 
| 163 { | 184 { | 
| 164   display: block; | 185   display: block; | 
| 165 } | 186 } | 
| 166 | 187 | 
| 167 .more-tab | 188 .more-tab | 
| 168 { | 189 { | 
| 169   width: 760px; | 190   width: 760px; | 
| 170 } | 191 } | 
|  | 192 | 
|  | 193 #content.edge #edge-incoming | 
|  | 194 { | 
|  | 195   display: inline-block; | 
|  | 196   padding: 0px; | 
|  | 197 } | 
| OLD | NEW | 
|---|