| 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 #content.ua-android, | 9 #content.ua-android, |
| 10 #content.ua-ios | 10 #content.ua-ios |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 left: 0; | 46 left: 0; |
| 47 } | 47 } |
| 48 | 48 |
| 49 #install .install-button:active | 49 #install .install-button:active |
| 50 { | 50 { |
| 51 bottom: 0px; | 51 bottom: 0px; |
| 52 } | 52 } |
| 53 | 53 |
| 54 #install ul | 54 #install ul |
| 55 { | 55 { |
| 56 bottom: -2px; | |
| 57 right: 0; | 56 right: 0; |
| 58 width: 115px; | 57 width: 115px; |
| 59 } | 58 } |
| 60 | 59 |
| 61 #content.maxthon #install ul, | 60 #content.maxthon #install ul, |
| 62 #content.edge #install ul | 61 #content.edge #install ul |
| 63 { | 62 { |
| 64 margin-left: 18px; | 63 margin-left: 18px; |
| 65 right: auto; | 64 right: auto; |
| 66 width: auto; | 65 width: auto; |
| 67 } | 66 } |
| 68 | 67 |
| 69 #content.edge #install ul | 68 #content.edge #install ul |
| 70 { | 69 { |
| 71 margin: 0px 35px; | 70 margin: 0px 35px; |
| 72 } | 71 } |
| 73 | 72 |
| 74 #content.edge #other-browsers | 73 #content.edge #other-browsers |
| 75 { | 74 { |
| 76 margin: 0px 40px; | 75 margin: 0px 40px 10px 40px; |
| 77 display: block; | 76 display: block; |
| 77 } |
| 78 |
| 79 #content.edge #edge-teaser |
| 80 { |
| 81 display: inline-block; |
| 82 padding: 0px; |
| 83 } |
| 84 |
| 85 #edge-subscription input[type=email] |
| 86 { |
| 87 width: 210px; |
| 78 } | 88 } |
| 79 | 89 |
| 80 #information-android | 90 #information-android |
| 81 { | 91 { |
| 82 left: 2px; | 92 left: 2px; |
| 83 bottom: -25px; | 93 bottom: -25px; |
| 84 } | 94 } |
| 85 | 95 |
| 86 #messages-wrapper | 96 #messages-wrapper |
| 87 { | 97 { |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 } | 193 } |
| 184 | 194 |
| 185 #more-tabs #sidebar button | 195 #more-tabs #sidebar button |
| 186 { | 196 { |
| 187 display: block; | 197 display: block; |
| 188 } | 198 } |
| 189 | 199 |
| 190 .more-tab | 200 .more-tab |
| 191 { | 201 { |
| 192 width: 760px; | 202 width: 760px; |
| 193 } | 203 } |
| 194 | |
| 195 #content.edge #edge-teaser | |
| 196 { | |
| 197 display: inline-block; | |
| 198 padding: 0px; | |
| 199 } | |
| 200 | |
| 201 #subscribe-textbox | |
| 202 { | |
| 203 width: 210px; | |
| 204 } | |
| LEFT | RIGHT |