From 09d5b1579c0496b6faf0962ea3c7a8fb94f93e48 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 15 Jun 2010 22:29:06 +0000 Subject: [PATCH] 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. --- skins/vector/main-ltr.css | 2 +- skins/vector/main-rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1