From 64bea6af6e419537167de11da38b0e07dc9f2888 Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 26 Nov 2012 09:34:26 -0800 Subject: [PATCH] Make situation images link to license --- css/application.css | 9 +++++++-- index.html | 12 ++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/css/application.css b/css/application.css index b33496c..43d9d9b 100644 --- a/css/application.css +++ b/css/application.css @@ -184,14 +184,19 @@ ul#situations li.reciprocity { margin-top: 3px; } ul#situations li h3 { + margin: 0 auto 20px auto; + width: 200px; +} + +ul#situations li h3 a { + text-decoration: none; color: #443a33; font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 22px; font-weight: 900; line-height: 1.1; - margin: 0 auto 20px auto; - width: 200px; } + ul#situations li a.button { margin-top: 20px; } diff --git a/index.html b/index.html index ab1c352..7877e65 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,8 @@