diff options
author | David Robillard <d@drobilla.net> | 2015-01-18 12:46:22 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-18 12:46:22 -0500 |
commit | ea11a75241ba33449ac8fc06ea7cf1ac209727f9 (patch) | |
tree | bb372c854bb41a79c0123fcb4f64fbb875c9981d /doc/style.css | |
parent | 2491bf32a119bc4e73dd4e833b84c54830b94642 (diff) | |
download | lv2-ea11a75241ba33449ac8fc06ea7cf1ac209727f9.tar.xz |
Fix margin of meta table.
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 c8b89de..b042058 100644 --- a/doc/style.css +++ b/doc/style.css @@ -133,7 +133,7 @@ h6 { position: absolute; right: 0; top: 0; - padding: 0.5em; + padding: 0.125em; font-size: x-small; border-style: hidden; } |