diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-19 01:09:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-19 01:09:52 +0200 |
| commit | 3ddec1cb6b495763991f18ed6ffccc8724882199 (patch) | |
| tree | c6761b6c585b6d70e4356fd2076e2d57c32621c3 /doc | |
| parent | 5c3e48d2b24c8824b69b320334afd9035e3537e1 (diff) | |
Tweak key shortcuts table appearance.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/dcpomatic.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.css b/doc/manual/dcpomatic.css index 460040b0a..463caf74a 100644 --- a/doc/manual/dcpomatic.css +++ b/doc/manual/dcpomatic.css @@ -76,3 +76,11 @@ div.note { code.code { font-size: 90%; } + +table { + border-collapse: collapse; +} + +td, th { + padding: 4px; +} |
