From: Reda Lazri Date: Sat, 15 Nov 2014 22:25:41 +0000 (+0100) Subject: Fixed the section titles for Webkit for good. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2ee677754a99cc12cffa4f57a24141a38230f657;p=fsf-giving-guide.git Fixed the section titles for Webkit for good. --- 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; +}