| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 #content | 1 #content |
| 2 { | 2 { |
| 3 width: 990px; | 3 width: 990px; |
| 4 margin-bottom: 290px; | |
|
juliandoucette
2017/10/05 17:09:56
Because #footer-main was absolutely positioned :/
| |
| 5 padding-left: 0; | 4 padding-left: 0; |
| 6 padding-right: 0; | 5 padding-right: 0; |
| 7 } | 6 } |
| 8 | 7 |
| 9 #content.ua-android, | 8 #content.ua-android, |
| 10 #content.ua-ios | 9 #content.ua-ios |
| 11 { | 10 { |
| 12 width: 1000px; | 11 width: 1000px; |
| 13 } | 12 } |
| 14 | 13 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 } | 179 } |
| 181 | 180 |
| 182 #more-tabs #sidebar button | 181 #more-tabs #sidebar button |
| 183 { | 182 { |
| 184 display: block; | 183 display: block; |
| 185 } | 184 } |
| 186 | 185 |
| 187 .more-tab | 186 .more-tab |
| 188 { | 187 { |
| 189 width: 760px; | 188 width: 760px; |
| 190 } | 189 } |
|
juliandoucette
2017/10/05 17:09:56
Dono what's up with this.
| |
| OLD | NEW |