diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-08 21:34:19 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-08 21:34:19 +0000 |
commit | e495104345c472d5187b53f5482338ad6d276654 (patch) | |
tree | 6c630d799cda3baff28cdab8ecb4a11a18925f2f /tests/static/tabs.html | |
parent | 09e49212a072dcc7c0ccbfad6ff28a181f1d3a8f (diff) | |
download | jquery-ui-e495104345c472d5187b53f5482338ad6d276654.tar.gz jquery-ui-e495104345c472d5187b53f5482338ad6d276654.zip |
set body font size to 62.5% on demos to make things a bit more pleasing to look at
removed h1's on demo pages
Diffstat (limited to 'tests/static/tabs.html')
-rw-r--r-- | tests/static/tabs.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/static/tabs.html b/tests/static/tabs.html index 96516ed56..dc28d7d56 100644 --- a/tests/static/tabs.html +++ b/tests/static/tabs.html @@ -4,9 +4,8 @@ <title>jQuery UI Tabs Static Markup Test Page</title> <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css"> </head> -<body> +<body style="font-size: 62.5%;"> -<h1>jQuery UI Tabs Static Markup Test Page</h1> <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"> |