From: Trevor Parscal Date: Wed, 1 Jul 2009 23:29:29 +0000 (+0000) Subject: Fixed some spacing on th X-Git-Tag: 1.31.0-rc.0~41141 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e45396840b391d0d07e2c5f62064ec32380cf806;p=lhc%2Fweb%2Fwiklou.git Fixed some spacing on th --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index df02918f1d..c00e7709c3 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -242,9 +242,10 @@ div#panel { padding-top: 0; padding-left: 1.25em; cursor: default; + border: none; } div#panel div.portal div.body { - margin-top: 0.25em; + margin: 0; padding-top: 0.5em; margin-left: 1.25em; background-image: url(images/portal-break-ltr.png); diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 6027c83820..6b5a799985 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -255,9 +255,10 @@ div#panel { padding-top: 0; padding-right: 1.25em; cursor: default; + border: none; } div#panel div.portal div.body { - margin-top: 0.25em; + margin: 0; padding-top: 0.5em; margin-right: 1.25em; background-image: url(images/portal-break-rtl.png);