From 137613454d4581d724cb63f0217425797daeca40 Mon Sep 17 00:00:00 2001 From: Dan Vrátil Date: Thu, 19 Apr 2012 17:54:07 +0200 Subject: Don't display border around photo in contacts preview --- data/webview.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit