| Index: block.html | 
| diff --git a/block.html b/block.html | 
| index ad19874d697fded11d9a883421646ffb08d6ce2b..4827a3ed1c527635d36878c41eb6fa52b8792d23 100644 | 
| --- a/block.html | 
| +++ b/block.html | 
| @@ -29,10 +29,6 @@ | 
| <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; | 
| @@ -72,7 +68,7 @@ | 
| } | 
| </style> | 
| </head> | 
| -<body draggable="true"> | 
| +<body> | 
|  | 
| <div id="title"> | 
| <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x"> | 
|  |