From: Adam Miller Date: Tue, 15 Jun 2010 22:29:06 +0000 (+0000) Subject: Complimetary CSS changes for r68108. Changes here pertaining to consistency in render... X-Git-Tag: 1.31.0-rc.0~36496 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=09d5b1579c0496b6faf0962ea3c7a8fb94f93e48;p=lhc%2Fweb%2Fwiklou.git Complimetary CSS changes for r68108. Changes here pertaining to consistency in rendering. Removing the line height, and ensuring the text input doesn't decide to render lower than it should. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index a5df0eed52..23293148b0 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -369,7 +369,7 @@ div#mw-head h5 { margin: 0; border-width: 0; padding: 3px; - line-height: 1em; + vertical-align: top; /* * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent * this from ever being shown anyways. diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 6d2e24e2bf..04a065feb0 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -369,7 +369,7 @@ div#mw-head h5 { margin: 0; border-width: 0; padding: 3px; - line-height: 1em; + vertical-align: top; /* * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent * this from ever being shown anyways.