diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-06-26 19:39:47 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-06-26 19:40:59 +0800 |
commit | 99a875edae6c57fd6540818d3f0da994b135a068 (patch) | |
tree | 53acc10d4dd0d44b569a0a2052e8a4300d2ef4a2 /data/webview.css | |
parent | 137eec97eb4f3d25f662e651c168d67e7e9e85e4 (diff) | |
download | gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.gz gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.tar.zst gsoc2013-evolution-99a875edae6c57fd6540818d3f0da994b135a068.zip |
Bug #515004 - Allow toggling between text and HTML view of mail
Diffstat (limited to 'data/webview.css')
-rw-r--r-- | data/webview.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/webview.css b/data/webview.css index 09f94043fb..a8a936d0a2 100644 --- a/data/webview.css +++ b/data/webview.css @@ -1,6 +1,6 @@ html, body { - padding: 0; - margin: 0; + padding: 0; + margin: 0; } img { |