[epiphany] Make builtin html pages gradient background cover the whole pages



commit 0e478496ee74b6fdbc40c2c92a33cd9fdb18f31d
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Jan 18 11:09:23 2014 +0100

    Make builtin html pages gradient background cover the whole pages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722485

 data/pages/about.css        |    2 +-
 data/pages/error.css        |    2 +-
 src/resources/overview.html |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/pages/about.css b/data/pages/about.css
index a54f608..5fc8415 100644
--- a/data/pages/about.css
+++ b/data/pages/about.css
@@ -6,7 +6,7 @@ h1 {
         margin-bottom: 0;
 }
 
-body {
+html {
         font-family: Cantarell, sans-serif;
         font: 11pt cantarell;
         color: #2e3436;
diff --git a/data/pages/error.css b/data/pages/error.css
index 41bc78e..f6b2959 100644
--- a/data/pages/error.css
+++ b/data/pages/error.css
@@ -6,7 +6,7 @@ h1 {
         margin-bottom: 0;
 }
 
-body {
+html {
         font-family: Cantarell, sans-serif;
         font: 11pt cantarell;
         color: #2e3436;
diff --git a/src/resources/overview.html b/src/resources/overview.html
index ebd483e..c135c0b 100755
--- a/src/resources/overview.html
+++ b/src/resources/overview.html
@@ -19,7 +19,7 @@
   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <title>%s</title>
   <style type="text/css">
-  body {
+  html {
       background-color: #f6f6f4;
       background-image: -webkit-gradient(
           linear,


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