Index: block.html |
=================================================================== |
--- a/block.html |
+++ b/block.html |
@@ -29,11 +29,14 @@ |
<script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
<script type="text/javascript" src="block.js" charset="utf-8"></script> |
<style type="text/css"> |
+ html, body /* The background color of the <html> and <body> */ |
+ { /* element must be set. Otherwise Safari renders */ |
+ background: #ffffff; /* the frame transparent while it is dragged. */ |
+ } |
body |
{ |
font-family: Arial, Helvetica, sans-serif; |
font-size: 13px; |
- background: #ffffff; |
margin: 0px; |
padding: 5px; |
display: inline-block; |