From 7c0fb169538d0f872bc0d54b229b83e58f38ae98 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 8 Jun 2010 00:29:58 +0000 Subject: [PATCH] Fixed CSS bug for Netfront (PS3). Ryan Kaldari Rules! (this was his find). --- skins/vector/main-ltr.css | 1 + skins/vector/main-rtl.css | 1 + 2 files changed, 2 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 7cb2047eb2..3c36af59cc 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -111,6 +111,7 @@ div#head h5 { /* @noflip */ div.vectorTabs { float: left; + height: 2.5em; } div.vectorTabs { background-image: url(images/tab-break.png?1); diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index d8012c36df..dabe072eca 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -111,6 +111,7 @@ div#head h5 { /* @noflip */ div.vectorTabs { float: left; + height: 2.5em; } div.vectorTabs { background-image: url(images/tab-break.png?1); -- 2.20.1