aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-08 21:48:45 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-08 21:48:45 +0000
commitd7d55df1999cbc08dc7eed5b4c2fb75c099f4ba0 (patch)
treea537b5ebb7bc45dddf4062ba7270ef928df8074a /tests/static
parente495104345c472d5187b53f5482338ad6d276654 (diff)
downloadjquery-ui-d7d55df1999cbc08dc7eed5b4c2fb75c099f4ba0.tar.gz
jquery-ui-d7d55df1999cbc08dc7eed5b4c2fb75c099f4ba0.zip
following changes to datepicker demo page (missed it in first pass)
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')
-rw-r--r--tests/static/datepicker.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/static/datepicker.html b/tests/static/datepicker.html
index f9dc46659..ad9449f58 100644
--- a/tests/static/datepicker.html
+++ b/tests/static/datepicker.html
@@ -4,9 +4,8 @@
<title>jQuery UI Datepicker 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 Datepicker Static Markup Test Page</h1>
<!-- Datepicker with read only month/year -->