diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-14 14:08:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-14 14:08:57 +0100 |
| commit | 133afe16d6149effe39a061311d2832c30a77222 (patch) | |
| tree | ebec706be97d0ec4c547d8bc4096074107b367a1 /doc/manual/dcpomatic.css | |
| parent | 7ee21d16c01b90c22192cd10f118419881fe504e (diff) | |
Re-add some missing files.
Diffstat (limited to 'doc/manual/dcpomatic.css')
| -rw-r--r-- | doc/manual/dcpomatic.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic.css b/doc/manual/dcpomatic.css new file mode 100644 index 000000000..0e4982f20 --- /dev/null +++ b/doc/manual/dcpomatic.css @@ -0,0 +1,19 @@ +body { + font-family: luxi sans, sans-serif; + margin-left: 4em; + margin-right: 4em; + margin-top: 1em; + margin-bottom: 1em; + background-color: #E2E8EE; +} + +div.sidebar { + margin-left: 1em; + margin-right: 1em; + padding-left: 1em; + padding-right: 1em; + border-color: #000000; + border-width: 2px; + border-style: solid; + background-color: #E2E8EE; +} |
