diff options
author | David Robillard <d@drobilla.net> | 2012-08-23 03:54:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-23 03:54:10 +0000 |
commit | 41f2cf72671ed061c436cf52071ae7772b111ff8 (patch) | |
tree | 92acff0c786a56a41c6907332b3e157f1403640a /doc | |
parent | 3372ba1bcd3c31db1875ffd57765ca049b2ce663 (diff) | |
download | sord-41f2cf72671ed061c436cf52071ae7772b111ff8.tar.gz sord-41f2cf72671ed061c436cf52071ae7772b111ff8.tar.bz2 sord-41f2cf72671ed061c436cf52071ae7772b111ff8.zip |
Fix footer padding.
git-svn-id: http://svn.drobilla.net/sord/trunk@256 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'doc')
-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 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 { |