From 3481802dbb0fb0d7805edee00a1353990db22c2f Mon Sep 17 00:00:00 2001 From: Antoine Lamielle Date: Sun, 15 May 2016 11:19:03 +0200 Subject: [PATCH] Fix caption alignment on exposure theme it was always shifted to the right --- prosopopee/themes/exposure/static/css/style-page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/themes/exposure/static/css/style-page.css b/prosopopee/themes/exposure/static/css/style-page.css index ca17c42..2a519c7 100644 --- a/prosopopee/themes/exposure/static/css/style-page.css +++ b/prosopopee/themes/exposure/static/css/style-page.css @@ -241,7 +241,7 @@ footer a { font-family: "adobe-garamond-pro", serif; font-weight: normal; font-style: italic; - padding: 2px 20px; + padding: 2px 0px; width: 100%; text-align: center; }