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 #content.ua-android, | 9 #content.ua-android, |
10 #content.ua-ios | 10 #content.ua-ios |
(...skipping 12 matching lines...) Expand all Loading... |
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 } | 31 } |
32 | 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 } |
| 44 |
33 #install .install-button, #information-android, #edge-subscription | 45 #install .install-button, #information-android, #edge-subscription |
34 { | 46 { |
35 position: absolute; | 47 position: absolute; |
36 } | 48 } |
37 | 49 |
38 #install .install-button, #edge-subscription | 50 #install .install-button, #edge-subscription |
39 { | 51 { |
40 bottom: 2px; | 52 bottom: 2px; |
41 left: 0; | 53 left: 0; |
42 width: 100%; | 54 width: 100%; |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 | 193 |
182 #more-tabs #sidebar button | 194 #more-tabs #sidebar button |
183 { | 195 { |
184 display: block; | 196 display: block; |
185 } | 197 } |
186 | 198 |
187 .more-tab | 199 .more-tab |
188 { | 200 { |
189 width: 760px; | 201 width: 760px; |
190 } | 202 } |
OLD | NEW |