From 5faa239fe5489f83a2472b9670985945aef457fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Aug 2012 03:54:18 +0000 Subject: Fix footer padding. git-svn-id: http://svn.drobilla.net/serd/trunk@378 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 6f40d7f4..4c62b46a 100644 --- a/doc/style.css +++ b/doc/style.css @@ -236,7 +236,7 @@ div.center img { address.footer { text-align: right; - padding-right: 12px; + padding: 0 0.25em 0.25em 0; } img.footer { -- cgit v1.2.1