r114247 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114246‎ | r114247 | r114248 >
Date:10:36, 20 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
follow up to r114240

ensure consistent spacing between headers and
text in a section
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/beta_common.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -360,6 +360,7 @@
361361 max-height: 9999px; /* large number as height: auto is not effected by transitions */
362362 -webkit-transition: max-height 0.7s ease-in;
363363 transition: max-height 0.7s ease-in;
 364+ margin-top: 14px;
364365 }
365366
366367 .mwm-notice {
@@ -576,6 +577,10 @@
577578 margin: 22px 22px;
578579 }
579580
 581+#content_wrapper p {
 582+ margin: 0;
 583+}
 584+
580585 #content_wrapper .section {
581586 padding: 14px 22px; /* see #footer padding */
582587 margin-left: -22px; /* offset #content_wrapper margin */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114240redesign for toggle buttons...jdlrobson09:00, 20 March 2012

Status & tagging log