diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-08 21:48:45 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-08 21:48:45 +0000 |
commit | d7d55df1999cbc08dc7eed5b4c2fb75c099f4ba0 (patch) | |
tree | a537b5ebb7bc45dddf4062ba7270ef928df8074a /tests/static | |
parent | e495104345c472d5187b53f5482338ad6d276654 (diff) | |
download | jquery-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.html | 3 |
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 --> |