[epiphany/mcatanzaro/asan: 4/11] About.css: Improve formatting on global styles



commit 006a346d81087bf4acaecd25244cd129938f5fb6
Author: Tobias Bernard <tbernard gnome org>
Date:   Fri Jul 12 22:03:45 2019 +0200

    About.css: Improve formatting on global styles

 src/resources/about.css | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index f5af3607a..eb1a98854 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -1,25 +1,25 @@
 /* Global CSS for pages */
 
-h1 {
-        color: #babdb6;
-        text-shadow: 0 1px 0 white;
-        margin-bottom: 0;
+html {
+    font-family: -webkit-system-font, Cantarell, sans-serif;
+    font-size: 11pt;
+    color: #2e3436;
+    background-color: #f6f6f4;
+    background-image: -webkit-gradient(
+            linear,
+            left top,
+            left bottom,
+            color-stop(0, #eeeeec),
+            color-stop(1, #f6f6f4)
+    );
+    background-size: 100% 5em;
+    background-repeat: no-repeat;
 }
 
-html {
-        font-family: -webkit-system-font, Cantarell, sans-serif;
-        font-size: 11pt;
-        color: #2e3436;
-        background-color: #f6f6f4;
-        background-image: -webkit-gradient(
-                linear,
-                left top,
-                left bottom,
-                color-stop(0, #eeeeec),
-                color-stop(1, #f6f6f4)
-        );
-        background-size: 100% 5em;
-        background-repeat: no-repeat;
+h1 {
+    color: #babdb6;
+    text-shadow: 0 1px 0 white;
+    margin-bottom: 0;
 }
 
 /* about: */


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