X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/6bc094771cb3ac2e80fb8669432dde5cf3740c8d..8e4b09729f6a0cefe6c78bb38da734d11aa588ad:/templates/web/doc/chapter.css diff --git a/templates/web/doc/chapter.css b/templates/web/doc/chapter.css new file mode 100644 index 0000000..0fb173e --- /dev/null +++ b/templates/web/doc/chapter.css @@ -0,0 +1,21 @@ +.previous_page, .next_page { + font-size: 1.2em; +} + +.previous_page { + float: left; + clear: left; +} + +.next_page { + float: right; + clear: right; +} + +#chapter table { + margin-bottom: 1em; +} + +#chapter table td { + padding-left: 1em; +}