[evolution] Don't display border around photo in contacts preview



commit 137613454d4581d724cb63f0217425797daeca40
Author: Dan VrÃtil <dvratil redhat com>
Date:   Thu Apr 19 17:54:07 2012 +0200

    Don't display border around photo in contacts preview

 data/webview.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/webview.css b/data/webview.css
index fb14fc7..5b0e734 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]