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
This commit is contained in:
Scott Jehl
2008-12-08 21:48:45 +00:00
parent e495104345
commit d7d55df199

View File

@@ -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 -->