summaryrefslogtreecommitdiffstats
path: root/doc/asciidoc-override.css
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-10-13 21:49:48 +0200
committerDan McGee <dan@archlinux.org>2011-10-13 21:53:52 +0200
commit43cad9c871f32da7a5342ba8b68aa316d7e47e9e (patch)
treebf3eb4431dbf0f0d5dff8a9fcf63cc7e6de25226 /doc/asciidoc-override.css
parent04fd320e97770911894fb06ba98f3c17fc30c7d9 (diff)
downloadpacman-43cad9c871f32da7a5342ba8b68aa316d7e47e9e.tar.gz
pacman-43cad9c871f32da7a5342ba8b68aa316d7e47e9e.tar.xz
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 <dan@archlinux.org>
Diffstat (limited to 'doc/asciidoc-override.css')
-rw-r--r--doc/asciidoc-override.css7
1 files changed, 7 insertions, 0 deletions
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;
+}