aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-08 15:59:03 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-08 15:59:03 +0000
commit547c989e22983a01d65741e0365154ede3da738b (patch)
treef6d55e38a0985b990a38363e66cbaffbaa4cad7b /tests
parent7d006a1c17b60e97c7355721883163eb0358b2e2 (diff)
downloadjquery-ui-547c989e22983a01d65741e0365154ede3da738b.tar.gz
jquery-ui-547c989e22983a01d65741e0365154ede3da738b.zip
Changed tabs container padding slightly to match dialog and datepicker's design.
Diffstat (limited to 'tests')
-rw-r--r--tests/static/tabs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/static/tabs.html b/tests/static/tabs.html
index caf1d44ef..96516ed56 100644
--- a/tests/static/tabs.html
+++ b/tests/static/tabs.html
@@ -8,8 +8,8 @@
<h1>jQuery UI Tabs Static Markup Test Page</h1>
-<div class="ui-tabs ui-widget">
- <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-top">
+<div class="ui-tabs ui-widget ui-widget-content ui-corner-all">
+ <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
<li class="ui-tabs-selected ui-state-active ui-corner-top"><a href="#fragment-1">First Section</a></li>
<li class="ui-state-default ui-corner-top"><a href="#fragment-2">Second Section</span></a></li>
<li class="ui-state-default ui-corner-top"><a href="#fragment-3">Third Section</a></li>