mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-11 07:31:04 -04:00

* 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>
8 lines
78 B
CSS
8 lines
78 B
CSS
table th, table td {
|
|
padding: 0.2em 1em;
|
|
}
|
|
|
|
table td p.table {
|
|
margin: 0;
|
|
}
|