From 02ee2939821dfd323ca683e92cbdba086790f85f Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Mon, 30 Apr 2012 18:19:48 +0100 Subject: [PATCH] [2332] Normalise the margins on the homepage heading --- ckan/public/css/style.css | 3 +-- ckan/templates/home/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ckan/public/css/style.css b/ckan/public/css/style.css index 9d28ae5a0a1..29d0b8515fb 100644 --- a/ckan/public/css/style.css +++ b/ckan/public/css/style.css @@ -445,8 +445,7 @@ body.index.home .front-page .action-box { background: #FFF7C0; } body.index.home .front-page .action-box-inner { - margin: 20px; - margin-bottom: 5px; + margin: 0 20px 5px; min-height: 15em; } body.index.home .front-page .action-box-inner.collaborate { diff --git a/ckan/templates/home/index.html b/ckan/templates/home/index.html index 2bcc5f1a018..7ef7cf45c2b 100644 --- a/ckan/templates/home/index.html +++ b/ckan/templates/home/index.html @@ -10,7 +10,7 @@
-

Welcome to ${g.site_title}!

+

Welcome to ${g.site_title}!