Left: | ||
Right: |
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
143 { | 143 { |
144 width: 225px; | 144 width: 225px; |
145 } | 145 } |
146 | 146 |
147 #pageactions | 147 #pageactions |
148 { | 148 { |
149 margin-left: 0; | 149 margin-left: 0; |
150 margin-right: 0; | 150 margin-right: 0; |
151 width: 100%; | 151 width: 100%; |
152 } | 152 } |
153 | |
154 #more, #less | |
155 { | |
156 position: absolute; | |
157 left: 50%; | |
158 bottom: 220px; | |
159 *bottom: -70px; | |
160 *margin-bottom: 0px; | |
161 _margin-bottom: 470px; | |
162 width: 200px; | |
163 margin-left: 200px; | |
164 border-radius: 4px 4px 0px 0px; | |
165 } | |
166 | |
167 #sidebar | |
168 { | |
169 width: 220px; | |
170 padding-top: 60px; | |
171 } | |
172 | |
173 #more-tabs #sidebar button | |
ire
2017/10/05 20:26:48
#more-tabs has also been deleted
juliandoucette
2017/10/06 10:21:11
Done.
| |
174 { | |
175 display: block; | |
176 } | |
177 | |
178 .more-tab | |
ire
2017/10/05 20:26:48
.more-tab has also been deleted
juliandoucette
2017/10/06 10:21:10
Done.
| |
179 { | |
180 width: 760px; | |
181 } | |
LEFT | RIGHT |