[epiphany] About.css: Add global margin/padding reset on html and body



commit 26a5288f2d82f5ad89e7bdf3b56041720b17de92
Author: Tobias Bernard <tbernard gnome org>
Date:   Fri Jul 12 22:03:57 2019 +0200

    About.css: Add global margin/padding reset on html and body
    
    Fixes issue the always visible scrollbar on most visited page.

 src/resources/about.css | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index eb1a98854..6b85aa246 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -1,5 +1,11 @@
 /* Global CSS for pages */
 
+html,
+body {
+    margin: 0;
+    padding: 0;
+}
+
 html {
     font-family: -webkit-system-font, Cantarell, sans-serif;
     font-size: 11pt;


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