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



commit 312633abec0b401094a34bcab1be67345e2638f7
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]