mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-28 23:38:30 -05:00
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:
@@ -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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user