Left: | ||
Right: |
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
157 left: 50%; | 157 left: 50%; |
158 bottom: 220px; | 158 bottom: 220px; |
159 *bottom: -70px; | 159 *bottom: -70px; |
160 *margin-bottom: 0px; | 160 *margin-bottom: 0px; |
161 _margin-bottom: 470px; | 161 _margin-bottom: 470px; |
162 width: 200px; | 162 width: 200px; |
163 margin-left: 200px; | 163 margin-left: 200px; |
164 border-radius: 4px 4px 0px 0px; | 164 border-radius: 4px 4px 0px 0px; |
165 } | 165 } |
166 | 166 |
167 #more-container.hidden #more, | |
168 #more-container.hidden #less | |
169 { | |
170 *bottom: -30px; | |
171 _bottom: 10px; | |
172 *margin-bottom: -40px; | |
173 _margin-bottom: 390px; | |
174 } | |
175 | |
176 #sidebar | 167 #sidebar |
177 { | 168 { |
178 width: 220px; | 169 width: 220px; |
179 padding-top: 60px; | 170 padding-top: 60px; |
180 } | 171 } |
181 | 172 |
182 #more-tabs #sidebar button | 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.
| |
183 { | 174 { |
184 display: block; | 175 display: block; |
185 } | 176 } |
186 | 177 |
187 .more-tab | 178 .more-tab |
ire
2017/10/05 20:26:48
.more-tab has also been deleted
juliandoucette
2017/10/06 10:21:10
Done.
| |
188 { | 179 { |
189 width: 760px; | 180 width: 760px; |
190 } | 181 } |
OLD | NEW |