r1061 - trunk/tests/static
Author: scottjehl
Date: Mon Dec 8 13:48:45 2008
New Revision: 1061
Modified:
trunk/tests/static/datepicker.html
Log:
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
Modified: trunk/tests/static/datepicker.html
==============================================================================
--- trunk/tests/static/datepicker.html (original)
+++ trunk/tests/static/datepicker.html Mon Dec 8 13:48:45 2008
@@ -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 -->