From d3fcd0ac3d1dfaf2f1b06af9caa205649bac7c20 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Thu, 20 Nov 2014 11:30:34 +0100 Subject: [PATCH] Code Cleanups --- givingguide.html | 1433 ++++++++++++++++++++++++---------------------- stylesheet.css | 13 +- 2 files changed, 753 insertions(+), 693 deletions(-) diff --git a/givingguide.html b/givingguide.html index a9008bf..3b60cf5 100755 --- a/givingguide.html +++ b/givingguide.html @@ -1,729 +1,780 @@ - - 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software + - + 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software - - - + - - - + + + - + + + - -
-
- - - -
- + +
+
+
+ Download + +
- +
+ avoid +
+
+
+ -
+
- + -
-

If you have ideas for more gifts that can be given - freely, submit your recommendations to our growing page. -

-
-

Recommended charities for holiday donations

-

Electronic Frontier Foundation, Creative Commons, Wikimedia Foundation, Software Freedom Conservancy, Software Freedom Law Center, GNOME Foundation and Free Software Foundation.

+ -
+ + - diff --git a/stylesheet.css b/stylesheet.css index 535938b..e36c636 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -68,7 +68,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .header_wrapper { background-color: #2CAF8F; - height: 450px; + height: 486px; } .header a { @@ -189,7 +189,13 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b color: #FFDD55; } +.intro_wrapper a { + border-bottom: 1px solid #FDD53A; + color: #FDD53A; +} + .intro_img img{ + padding-top: 1.7em; width: 100%; } @@ -198,7 +204,8 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .wrapper, .section_wrapper, .buy_avoid, -.recommended { +.recommended, +.licenses { max-width: 750px; min-width: 750px; margin: auto; @@ -330,3 +337,5 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .licenses h1 { margin-top: 0.6em; } + +/* Footer */ -- 2.25.1