summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-23 04:55:20 +0000
committerDavid Robillard <d@drobilla.net>2012-08-23 04:55:20 +0000
commitf005cb47675c2bf6b751bfcc9d50062a68b3b08a (patch)
tree01294b2012d3293a61fef2874b150f6fa9058071 /doc
parentb4d78f18be1a924e18819791f18bd574787897fc (diff)
downloadlilv-f005cb47675c2bf6b751bfcc9d50062a68b3b08a.tar.gz
lilv-f005cb47675c2bf6b751bfcc9d50062a68b3b08a.tar.bz2
lilv-f005cb47675c2bf6b751bfcc9d50062a68b3b08a.zip
Fix footer padding.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4750 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 6f40d7f..4c62b46 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 {