From b37f60967e3155dd524773075276769f41f39680 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 19 Oct 2009 20:50:35 +0000 Subject: [PATCH] setting white-space to nowrap on the nav tabs in vector for better animating --- skins/vector/main-ltr.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index b9cc55fb93..0d07a84af1 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -141,6 +141,7 @@ body { background-image: url(images/tab-normal-fade.png); background-position: bottom left; background-repeat: repeat-x; + white-space:nowrap; } /* IGNORED BY IE6 */ div.vectorTabs ul > li { -- 2.20.1