diff options
Diffstat (limited to 'popup')
-rw-r--r-- | popup/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.html b/popup/popup.html index 71d99b12e..4c05c6f56 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -18,7 +18,7 @@ </head> <body> -<div id="content"></div> +<div id="content" style="margin:0;padding:0"></div> </body> </html> |