Skip to content

Commit d7d55df

Browse files
author
Scott Jehl
committed
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
1 parent e495104 commit d7d55df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/static/datepicker.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<title>jQuery UI Datepicker Static Markup Test Page</title>
55
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
66
</head>
7-
<body>
7+
<body style="font-size: 62.5%;">
88

9-
<h1>jQuery UI Datepicker Static Markup Test Page</h1>
109

1110
<!-- Datepicker with read only month/year -->
1211

0 commit comments

Comments
 (0)