diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-16 16:49:10 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-16 16:49:10 +0000 |
commit | 57c1900c9695b588ecc71915c5ec524cc209e892 (patch) | |
tree | bfa5d982e1750f985c7677fbf1cf2b8fd46ddcf6 /demos/demos.css | |
parent | 7cbd56f109328b520f993802b206d536bf6ea6a0 (diff) | |
download | jquery-ui-57c1900c9695b588ecc71915c5ec524cc209e892.tar.gz jquery-ui-57c1900c9695b588ecc71915c5ec524cc209e892.zip |
cleared headers on stand-alone demo pages, they were wrapping with floats
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/demos.css b/demos/demos.css index a70565546..d9cd35e7f 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -188,7 +188,7 @@ div.demo { font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; } -#demo-frame div.demo h3 { clear:left; font-size:12px; font-weight:normal; padding:0 0 1em; margin:0; } +div.demo h3 { clear:left; font-size:12px; font-weight:normal; padding:0 0 1em; margin:0; } div.demo-description { clear:both; |