From: Reda Lazri Date: Wed, 7 Sep 2016 21:08:17 +0000 (+0100) Subject: Optimizations X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cd93d7a5f99eaba27f6f5a6192ed90fce318df17;p=fsf-giving-guide.git Optimizations --- diff --git a/css/master.css b/css/master.css index 97a76b4..7f2eae2 100644 --- a/css/master.css +++ b/css/master.css @@ -538,9 +538,18 @@ footer a:hover { display: none; } + .is-table-row { + display: table; + } + .is-table-row [class*="col-"] { + float: none; + display: table-cell; + vertical-align: top; + } + .recommended-section h5 { - text-align: left; padding-left: 46px; + text-align: left; } /*Footer*/ .footer-logo { diff --git a/givingguide.html b/givingguide.html index d82f5ab..eef8a3e 100644 --- a/givingguide.html +++ b/givingguide.html @@ -88,7 +88,7 @@

Smartphones

-
+
@@ -185,7 +185,7 @@

Full-sized Laptops

-
+
t400
Minifree T400 with GNU/Linux
@@ -218,7 +218,7 @@

Compact Laptops

-
+
x200
Libiquity Taurinus X200 with GNU/Linux
@@ -251,7 +251,7 @@

3D Printers

-
+
lulzbot
Lulzbot Mini
@@ -286,7 +286,7 @@

Wi-Fi Routers

-
+
free-router
ThinkPenguin Router
@@ -321,7 +321,7 @@

eBooks

-
+
gutenberg
Project Gutenberg
@@ -359,7 +359,7 @@

Graphic Design

-
+
GIMP and Inskacape
GIMP and Inkscape
@@ -390,7 +390,7 @@

Gift Cards

-
+
fsf card
FSF Membership Card
diff --git a/img/charities/ceata.png b/img/charities/ceata.png index 0b8e69d..070ab09 100644 Binary files a/img/charities/ceata.png and b/img/charities/ceata.png differ diff --git a/img/charities/fsf.png b/img/charities/fsf.png index 0ef2c04..9dc4ced 100644 Binary files a/img/charities/fsf.png and b/img/charities/fsf.png differ diff --git a/img/charities/gnome.png b/img/charities/gnome.png index 191f8a2..7147fd2 100644 Binary files a/img/charities/gnome.png and b/img/charities/gnome.png differ diff --git a/img/charities/sflc.png b/img/charities/sflc.png index 78080d6..44250ae 100644 Binary files a/img/charities/sflc.png and b/img/charities/sflc.png differ diff --git a/img/charities/wikimedia.png b/img/charities/wikimedia.png index 466f99b..9a483fd 100644 Binary files a/img/charities/wikimedia.png and b/img/charities/wikimedia.png differ