Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: block.html

Issue 29336084: Issue 2426 - Open block.html as a popup window (Closed)
Patch Set: Assume createData parameter has been given Created Feb. 17, 2016, 8:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « background.js ('k') | block.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « background.js ('k') | block.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld