From d35cfe23a38b57169866e55e020a11aa52be4d07 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 14 Jun 2010 18:05:30 +0000 Subject: [PATCH] Added some comments to some CSS rules added in r67871 which are suspect on first glance, but reasonable if you do some reasearch. These comments should help others to understand what's going on. --- skins/vector/main-ltr.css | 8 ++++++++ skins/vector/main-rtl.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index f874c413a3..8a4add3aaa 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -356,6 +356,10 @@ div#mw-head h5 { background-repeat: repeat-x; } div#simpleSearch label { + /* + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent + * this from ever being shown anyways. + */ font-size: 13px; top: 0.25em; } @@ -364,6 +368,10 @@ div#mw-head h5 { border-width: 0; padding: 3px; line-height: 1em; + /* + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent + * this from ever being shown anyways. + */ font-size: 13px; width: 14em; background-color: transparent; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 80f880857b..2221aedcb9 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -356,6 +356,10 @@ div#mw-head h5 { background-repeat: repeat-x; } div#simpleSearch label { + /* + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent + * this from ever being shown anyways. + */ font-size: 13px; top: 0.25em; } @@ -364,6 +368,10 @@ div#mw-head h5 { border-width: 0; padding: 3px; line-height: 1em; + /* + * DONT PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent + * this from ever being shown anyways. + */ font-size: 13px; width: 14em; background-color: transparent; -- 2.20.1