From 2ee677754a99cc12cffa4f57a24141a38230f657 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Sat, 15 Nov 2014 23:25:41 +0100 Subject: [PATCH] Fixed the section titles for Webkit for good. --- givingguide.html | 15 ++++++--------- stylesheet.css | 5 +++++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/givingguide.html b/givingguide.html index 3f1f930..b0b5440 100755 --- a/givingguide.html +++ b/givingguide.html @@ -132,7 +132,7 @@
-
+

Operating System: Give the gift of free, flexible, and ethical computing

@@ -175,11 +175,10 @@
-
+ -
-
+

Operating System: Give the gift of free, flexible, and ethical computing

@@ -222,12 +221,10 @@
- + -
- -
+

Operating System: Give the gift of free, flexible, and ethical computing

@@ -270,7 +267,7 @@
- + diff --git a/stylesheet.css b/stylesheet.css index a52f7c6..947ff25 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -141,6 +141,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .main_title { text-align: center; margin-top: 3em; + display: inline-block; } .wrapper .intro_phrase { @@ -195,3 +196,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b float: right; width: 45%; } + +section { + padding: 3em; +} -- 2.25.1