Skip to content

Commit

Permalink
Explode demo: Fixed Safari margin bug (fix for #3968).
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Feb 2, 2009
1 parent 3051eca commit 8735354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/effects_showhide/explode.html
Expand Up @@ -9,7 +9,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" /> <link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css"> <style type="text/css">
.toggler { width: 500px; height: 300px; } .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; } #explode h3 { margin: 0; padding: 0.4em; text-align: center; }
</style> </style>
<script type="text/javascript"> <script type="text/javascript">
Expand Down

0 comments on commit 8735354

Please sign in to comment.