diff options
author | David Robillard <d@drobilla.net> | 2012-08-23 03:54:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-23 03:54:18 +0000 |
commit | 5faa239fe5489f83a2472b9670985945aef457fa (patch) | |
tree | c68fdc5e79db2d901d1cab47390a2304e82ff524 /doc/style.css | |
parent | 1219045ae5e770c0fc45f7a57537f1c91f65a774 (diff) | |
download | serd-5faa239fe5489f83a2472b9670985945aef457fa.tar.gz serd-5faa239fe5489f83a2472b9670985945aef457fa.tar.bz2 serd-5faa239fe5489f83a2472b9670985945aef457fa.zip |
Fix footer padding.
git-svn-id: http://svn.drobilla.net/serd/trunk@378 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |