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



commit 687d65c862526489c3fe06a9aaaff09f9f69f733
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]