From 71c4cda70dc069cf7d9abce7958c45e5cb389d5e Mon Sep 17 00:00:00 2001 From: Rob Moen Date: Wed, 29 Aug 2012 15:31:04 -0700 Subject: [PATCH] Adjust margin of wpSummary elements per move of summary box. See change: https://gerrit.wikimedia.org/r/#/c/21852 Rational: http://www.mediawiki.org/wiki/Micro_Design_Improvements Change-Id: Ib0e7a5a8c1e0076d44bd1a244e97c79e5e72de41 --- skins/common/shared.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index 8c35626233..94ed322556 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -260,6 +260,7 @@ tr.mw-htmlform-vertical-label td.mw-label { input#wpSummary { width: 80%; + margin: 1em 0; } /** -- 2.20.1