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 10 matching lines...) Expand all Loading... |
21 margin-left: 0px; | 21 margin-left: 0px; |
22 margin-right: 3px; | 22 margin-right: 3px; |
23 margin-bottom: 4px; | 23 margin-bottom: 4px; |
24 } | 24 } |
25 | 25 |
26 html[dir="rtl"] #main | 26 html[dir="rtl"] #main |
27 { | 27 { |
28 float: left; | 28 float: left; |
29 margin-right: 0px; | 29 margin-right: 0px; |
30 margin-left: 8px; | 30 margin-left: 8px; |
31 } | |
32 | |
33 #summary ul | |
34 { | |
35 padding-left: 18px; | |
36 padding-right: 0px; | |
37 } | |
38 | |
39 html[dir="rtl"] #summary ul | |
40 { | |
41 padding-right: 18px; | |
42 padding-left: 0px; | |
43 } | 31 } |
44 | 32 |
45 #install .install-button, #information-android, #edge-subscription | 33 #install .install-button, #information-android, #edge-subscription |
46 { | 34 { |
47 position: absolute; | 35 position: absolute; |
48 } | 36 } |
49 | 37 |
50 #install .install-button, #edge-subscription | 38 #install .install-button, #edge-subscription |
51 { | 39 { |
52 bottom: 2px; | 40 bottom: 2px; |
(...skipping 14 matching lines...) Expand all Loading... |
67 | 55 |
68 #other-platform > div | 56 #other-platform > div |
69 { | 57 { |
70 margin-bottom: 10px; | 58 margin-bottom: 10px; |
71 } | 59 } |
72 | 60 |
73 #content.edge #edge-teaser | 61 #content.edge #edge-teaser |
74 { | 62 { |
75 display: inline-block; | 63 display: inline-block; |
76 padding: 0px; | 64 padding: 0px; |
| 65 } |
| 66 |
| 67 #content.edge #features li:first-child |
| 68 { |
| 69 display: none; |
77 } | 70 } |
78 | 71 |
79 #edge-subscription input[type=email] | 72 #edge-subscription input[type=email] |
80 { | 73 { |
81 width: 210px; | 74 width: 210px; |
82 } | 75 } |
83 | 76 |
84 #information-android | 77 #information-android |
85 { | 78 { |
86 left: 2px; | 79 left: 2px; |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 | 186 |
194 #more-tabs #sidebar button | 187 #more-tabs #sidebar button |
195 { | 188 { |
196 display: block; | 189 display: block; |
197 } | 190 } |
198 | 191 |
199 .more-tab | 192 .more-tab |
200 { | 193 { |
201 width: 760px; | 194 width: 760px; |
202 } | 195 } |
LEFT | RIGHT |