From 43cad9c871f32da7a5342ba8b68aa316d7e47e9e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 13 Oct 2011 14:49:48 -0500 Subject: doc: update .gitignore, add CSS override for new tables usage * Make all docs depend on Makefile; if we change flags here we want them rebuilt. * Add explicit filenames to .gitignore so we can add our own CSS override file, and add an asciidoc-override.css resource. * Adjust a few asciidoc options when generating HTML. * Remove asciidoc-manpage.css; apparantly this doesn't exist anymore. Signed-off-by: Dan McGee --- doc/asciidoc-override.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/asciidoc-override.css (limited to 'doc/asciidoc-override.css') diff --git a/doc/asciidoc-override.css b/doc/asciidoc-override.css new file mode 100644 index 00000000..328c8fcd --- /dev/null +++ b/doc/asciidoc-override.css @@ -0,0 +1,7 @@ +table th, table td { + padding: 0.2em 1em; +} + +table td p.table { + margin: 0; +} -- cgit v1.2.3-24-g4f1b