Tweak key shortcuts table appearance.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Aug 2021 23:09:52 +0000 (01:09 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Aug 2021 23:09:52 +0000 (01:09 +0200)
doc/manual/dcpomatic.css

index 460040b0aaaf6d2e9662551b096b8ad020e1a915..463caf74a4fac800861cbb73551df308446d4f0c 100644 (file)
@@ -76,3 +76,11 @@ div.note {
 code.code {
     font-size: 90%;
 }
 code.code {
     font-size: 90%;
 }
+
+table {
+       border-collapse: collapse;
+}
+
+td, th {
+       padding: 4px;
+}