mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mdocml: add padding to void-mang-cgi, limit line length.
This commit is contained in:
parent
37580bc1f6
commit
20596dc3a1
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ a:hover { color: var(--fg); }
|
||||||
|
|
||||||
html { max-width: 100% }
|
html { max-width: 100% }
|
||||||
body { margin: 0 }
|
body { margin: 0 }
|
||||||
#mandoc { max-width: 65em; margin: 0.8em }
|
.manual-text { max-width: 65em; padding: 0 1em; }
|
||||||
|
|
||||||
nav#void-nav {
|
nav#void-nav {
|
||||||
width:100%;
|
width:100%;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.14.6
|
version=1.14.6
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="mandoc-${version}"
|
wrksrc="mandoc-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_build_args="all man.cgi"
|
make_build_args="all man.cgi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue