[evolution/webkit: 18/182] Disable padding and margin in body of all webviews.



commit dad26b1bbf81299a73c2e4b9ee719ad5519992ab
Author: Dan VrÃtil <dvratil redhat com>
Date:   Fri Aug 26 16:41:20 2011 +0200

    Disable padding and margin in body of all webviews.

 data/webview.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/webview.css b/data/webview.css
index 74578af..5f239f9 100644
--- a/data/webview.css
+++ b/data/webview.css
@@ -1,3 +1,8 @@
+html, body {
+  padding: 0;
+  margin: 0;
+}
+
 h1, h2, h3 {
   color: #7f7f7f;
 }



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