diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-08 21:34:19 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-08 21:34:19 +0000 |
commit | e495104345c472d5187b53f5482338ad6d276654 (patch) | |
tree | 6c630d799cda3baff28cdab8ecb4a11a18925f2f /tests/static/all.html | |
parent | 09e49212a072dcc7c0ccbfad6ff28a181f1d3a8f (diff) | |
download | jquery-ui-e495104345c472d5187b53f5482338ad6d276654.tar.gz jquery-ui-e495104345c472d5187b53f5482338ad6d276654.zip |
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/all.html')
-rw-r--r-- | tests/static/all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/all.html b/tests/static/all.html index 4353d390f..d5a63cb3f 100644 --- a/tests/static/all.html +++ b/tests/static/all.html @@ -8,7 +8,7 @@ dd.plugin { margin-top: 0.3em; margin-bottom: 1em; } </style> </head> -<body> +<body style="font-size: 62.5%;"> <dl id="plugins"> |