diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-02-02 04:02:43 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-02-02 04:02:43 +0000 |
commit | 8735354b1009a4c254b661f14f87dc196859608e (patch) | |
tree | 5b9bd32d844c0d5d8243347d63a99bfca6f44769 | |
parent | 3051eca215181f4de902e29f4ddd0d683cb9f33c (diff) | |
download | jquery-ui-8735354b1009a4c254b661f14f87dc196859608e.tar.gz jquery-ui-8735354b1009a4c254b661f14f87dc196859608e.zip |
Explode demo: Fixed Safari margin bug (fix for #3968).
-rw-r--r-- | demos/effects_showhide/explode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effects_showhide/explode.html b/demos/effects_showhide/explode.html index e8f689501..b21d55fe4 100644 --- a/demos/effects_showhide/explode.html +++ b/demos/effects_showhide/explode.html @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> .toggler { width: 500px; height: 300px; } - #explode { width: 240px; height: 135px; padding: 0.4em; } + #explode { width: 240px; height: 135px; padding: 0.4em; position: absolute; } #explode h3 { margin: 0; padding: 0.4em; text-align: center; } </style> <script type="text/javascript"> |