Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -360,6 +360,7 @@ |
361 | 361 | max-height: 9999px; /* large number as height: auto is not effected by transitions */ |
362 | 362 | -webkit-transition: max-height 0.7s ease-in; |
363 | 363 | transition: max-height 0.7s ease-in; |
| 364 | + margin-top: 14px; |
364 | 365 | } |
365 | 366 | |
366 | 367 | .mwm-notice { |
— | — | @@ -576,6 +577,10 @@ |
577 | 578 | margin: 22px 22px; |
578 | 579 | } |
579 | 580 | |
| 581 | +#content_wrapper p { |
| 582 | + margin: 0; |
| 583 | +} |
| 584 | + |
580 | 585 | #content_wrapper .section { |
581 | 586 | padding: 14px 22px; /* see #footer padding */ |
582 | 587 | margin-left: -22px; /* offset #content_wrapper margin */ |