diff options
-rw-r--r-- | data/webview.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/webview.css b/data/webview.css index fb14fc704d..5b0e7348c3 100644 --- a/data/webview.css +++ b/data/webview.css @@ -3,6 +3,10 @@ html, body { margin: 0; } +img { + border: 0; +} + body { /* Use margin so that children can safely use width=100% */ margin: 10px; |