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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 width: auto; | 65 width: auto; |
66 } | 66 } |
67 | 67 |
68 #content.edge #install ul | 68 #content.edge #install ul |
69 { | 69 { |
70 margin: 0px 35px; | 70 margin: 0px 35px; |
71 } | 71 } |
72 | 72 |
73 #content.edge #other-browsers | 73 #content.edge #other-browsers |
74 { | 74 { |
75 margin: 0px 40px; | 75 margin: 0px 40px 10px 40px; |
76 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; |
77 } | 88 } |
78 | 89 |
79 #information-android | 90 #information-android |
80 { | 91 { |
81 left: 2px; | 92 left: 2px; |
82 bottom: -25px; | 93 bottom: -25px; |
83 } | 94 } |
84 | 95 |
85 #messages-wrapper | 96 #messages-wrapper |
86 { | 97 { |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 } | 193 } |
183 | 194 |
184 #more-tabs #sidebar button | 195 #more-tabs #sidebar button |
185 { | 196 { |
186 display: block; | 197 display: block; |
187 } | 198 } |
188 | 199 |
189 .more-tab | 200 .more-tab |
190 { | 201 { |
191 width: 760px; | 202 width: 760px; |
192 } | 203 } |
193 | |
194 #content.edge #edge-teaser | |
195 { | |
196 display: inline-block; | |
197 padding: 0px; | |
198 } | |
199 | |
200 #edge-subscription input[type=email] | |
201 { | |
202 width: 210px; | |
203 } | |
LEFT | RIGHT |