r1954 - trunk/demos/effects_showhide
Author: scott.gonzalez
Date: Sun Feb 1 20:02:43 2009
New Revision: 1954
Modified:
trunk/demos/effects_showhide/explode.html
Log:
Explode demo: Fixed Safari margin bug (fix for #3968).
Modified: trunk/demos/effects_showhide/explode.html
==============================================================================
--- trunk/demos/effects_showhide/explode.html (original)
+++ trunk/demos/effects_showhide/explode.html Sun Feb 1 20:02:43 2009
@@ -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">