| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 { | 57 { |
| 58 margin-bottom: 10px; | 58 margin-bottom: 10px; |
| 59 } | 59 } |
| 60 | 60 |
| 61 #content.edge #edge-teaser | 61 #content.edge #edge-teaser |
| 62 { | 62 { |
| 63 display: inline-block; | 63 display: inline-block; |
| 64 padding: 0px; | 64 padding: 0px; |
| 65 } | 65 } |
| 66 | 66 |
| 67 #content.edge #features li:first-child |
| 68 { |
| 69 display: none; |
| 70 } |
| 71 |
| 67 #edge-subscription input[type=email] | 72 #edge-subscription input[type=email] |
| 68 { | 73 { |
| 69 width: 210px; | 74 width: 210px; |
| 70 } | 75 } |
| 71 | 76 |
| 72 #information-android | 77 #information-android |
| 73 { | 78 { |
| 74 left: 2px; | 79 left: 2px; |
| 75 bottom: -25px; | 80 bottom: -25px; |
| 76 } | 81 } |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 | 186 |
| 182 #more-tabs #sidebar button | 187 #more-tabs #sidebar button |
| 183 { | 188 { |
| 184 display: block; | 189 display: block; |
| 185 } | 190 } |
| 186 | 191 |
| 187 .more-tab | 192 .more-tab |
| 188 { | 193 { |
| 189 width: 760px; | 194 width: 760px; |
| 190 } | 195 } |
| OLD | NEW |