https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114247

Revision: 114247
Author:   jdlrobson
Date:     2012-03-20 10:36:28 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
follow up to r114240

ensure consistent spacing between headers and
text in a section

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/stylesheets/beta_common.css

Modified: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-20 
10:34:08 UTC (rev 114246)
+++ trunk/extensions/MobileFrontend/stylesheets/beta_common.css 2012-03-20 
10:36:28 UTC (rev 114247)
@@ -360,6 +360,7 @@
        max-height: 9999px; /* large number as height: auto is not effected by 
transitions */
        -webkit-transition: max-height 0.7s ease-in;
        transition: max-height 0.7s ease-in;
+       margin-top: 14px;
 }
 
 .mwm-notice {
@@ -576,6 +577,10 @@
        margin: 22px 22px;
 }
 
+#content_wrapper p {
+       margin: 0;
+}
+
 #content_wrapper .section {
        padding: 14px 22px; /* see #footer padding */
        margin-left: -22px; /* offset #content_wrapper margin */


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to