aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs/vertical.html
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-05 06:07:05 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-05 06:07:05 +0000
commit8fe45c45f1d7aa11e841e3ff1d962adbc58fc3da (patch)
tree5d90b38d93d48e61ae848959557fdb1fe14e3c61 /demos/tabs/vertical.html
parent27fb50e2764e7bb00ac77f70ced1979bb6f41781 (diff)
downloadjquery-ui-8fe45c45f1d7aa11e841e3ff1d962adbc58fc3da.tar.gz
jquery-ui-8fe45c45f1d7aa11e841e3ff1d962adbc58fc3da.zip
added float left back to anchor to get click anwhere behavior (not just text)
Diffstat (limited to 'demos/tabs/vertical.html')
-rw-r--r--demos/tabs/vertical.html2
1 files changed, 1 insertions, 1 deletions
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;}
</style>