From: Trevor Parscal Date: Mon, 14 Jun 2010 18:05:30 +0000 (+0000) Subject: Added some comments to some CSS rules added in r67871 which are suspect on first... X-Git-Tag: 1.31.0-rc.0~36513 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=d35cfe23a38b57169866e55e020a11aa52be4d07;p=lhc%2Fweb%2Fwiklou.git 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. --- 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;