From 8fe45c45f1d7aa11e841e3ff1d962adbc58fc3da Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Thu, 5 Feb 2009 06:07:05 +0000 Subject: added float left back to anchor to get click anwhere behavior (not just text) --- demos/tabs/vertical.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index 267d616dd..3fe3d4bfc 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -20,7 +20,7 @@ .ui-tabs-vertical { width: 55em; } .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; } .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; } -.ui-tabs-vertical .ui-tabs-nav li a { float: none; display:block; } +.ui-tabs-vertical .ui-tabs-nav li a { display:block; } .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; } .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;} -- cgit v1.2.3