r1060 - trunk/tests/static
Author: scottjehl
Date: Mon Dec 8 13:34:19 2008
New Revision: 1060
Modified:
trunk/tests/static/accordion.html
trunk/tests/static/all.html
trunk/tests/static/dialog.html
trunk/tests/static/progressbar.html
trunk/tests/static/slider.html
trunk/tests/static/tabs.html
Log:
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
Modified: trunk/tests/static/accordion.html
==============================================================================
--- trunk/tests/static/accordion.html (original)
+++ trunk/tests/static/accordion.html Mon Dec 8 13:34:19 2008
@@ -4,9 +4,8 @@
<title>jQuery UI Accordion 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 Accordion Static Markup Test Page</h1>
<div class="ui-accordion ui-widget ui-helper-reset">
<div class="ui-accordion-group selected">
Modified: trunk/tests/static/all.html
==============================================================================
--- trunk/tests/static/all.html (original)
+++ trunk/tests/static/all.html Mon Dec 8 13:34:19 2008
@@ -8,7 +8,7 @@
dd.plugin { margin-top: 0.3em; margin-bottom: 1em; }
</style>
</head>
-<body>
+<body style="font-size: 62.5%;">
<dl id="plugins">
Modified: trunk/tests/static/dialog.html
==============================================================================
--- trunk/tests/static/dialog.html (original)
+++ trunk/tests/static/dialog.html Mon Dec 8 13:34:19 2008
@@ -4,9 +4,8 @@
<title>jQuery UI Dialog 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 Dialog Static Markup Test Page</h1>
<div class="ui-dialog ui-widget ui-widget-content ui-corner-all">
<div class="ui-dialog-titlebar ui-widget-header ui-corner-all
ui-helper-clearfix">
Modified: trunk/tests/static/progressbar.html
==============================================================================
--- trunk/tests/static/progressbar.html (original)
+++ trunk/tests/static/progressbar.html Mon Dec 8 13:34:19 2008
@@ -7,20 +7,19 @@
h2 { margin:1.5em 0 .5em; }
</style>
</head>
-<body>
+<body style="font-size: 62.5%;">
-<h1>jQuery UI Progressbar Static Markup Test Page</h1>
-<h2>Flexible width:</h2>
+<!-- Flexible width: -->
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all"
role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
<div class="ui-progressbar-label">13% Completed</div>
<div class="ui-progressbar-value ui-state-default ui-corner-left"
style="width:13%;"><div class="ui-progressbar-label">13%
Completed</div></div>
</div>
-<br /><br/>
-<!-- users can set a left offset in px, %, ems, whatever to move the label
along the axis -->
+
+<!-- users can set a left offset in px, %, ems, whatever to move the label
along the axis
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all"
role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="55">
<div class="ui-progressbar-label" style="left:350px;">55% Completed</div>
@@ -42,5 +41,6 @@
<div class="ui-progressbar-value ui-state-default ui-corner-left"
style="width:78%"><div class="ui-progressbar-label">78%
Completed</div></div>
</div>
+ -->
</body>
</html>
Modified: trunk/tests/static/slider.html
==============================================================================
--- trunk/tests/static/slider.html (original)
+++ trunk/tests/static/slider.html Mon Dec 8 13:34:19 2008
@@ -4,9 +4,8 @@
<title>jQuery UI Slider 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 Slider Static Markup Test Page</h1>
<div class="ui-slider ui-widget ui-widget-content ui-corner-all">
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all"
style="left: 15%;"></a>
Modified: trunk/tests/static/tabs.html
==============================================================================
--- trunk/tests/static/tabs.html (original)
+++ trunk/tests/static/tabs.html Mon Dec 8 13:34:19 2008
@@ -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">