From: Rob Moen Date: Wed, 12 Sep 2012 23:39:36 +0000 (-0700) Subject: Remove top margin for wpSummary input. X-Git-Tag: 1.31.0-rc.0~22392 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=6bc9e71e9d8979c8ddfb642a34b50247815151bb;p=lhc%2Fweb%2Fwiklou.git Remove top margin for wpSummary input. Rationale, the top margin on the input pushes label out of context. Change-Id: I64befc97f5ab3e45b72f7d60b774d23b8ee2e023 --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 9cea362c87..8f771e9a8a 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -250,7 +250,7 @@ tr.mw-htmlform-vertical-label td.mw-label { input#wpSummary { width: 80%; - margin: 1em 0; + margin-bottom: 1em; } /**