[epiphany] About.css: Improve formatting on global styles
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] About.css: Improve formatting on global styles
- Date: Sun, 4 Aug 2019 23:19:57 +0000 (UTC)
commit 4effb459c7377ccef935c049d6f5bd2007fe6dcb
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]