[evolution/webkit: 18/33] Disable padding and margin in body of all webviews.
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit: 18/33] Disable padding and margin in body of all webviews.
- Date: Thu, 22 Sep 2011 12:11:16 +0000 (UTC)
commit 5800f9e83f9fe04154b9920d8104f6770971deda
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]