commit 679d5d1a61353b6dee4fda67ab35fabb7f4fba09 from: Omar Polo date: Sat Oct 09 17:09:56 2021 UTC tweak the style for the manpage exported in HTML commit - 35340c9f1e87672e883da1df0f83a3882ecb94b1 commit + 679d5d1a61353b6dee4fda67ab35fabb7f4fba09 blob - fae8467457c9a06fc1a4bcb090b88e82f9362eab blob + 4cb718f9d31ec09d1bd023b5bd5aa3322e21f601 --- site/mdoc2html.sh +++ site/mdoc2html.sh @@ -15,7 +15,16 @@ man -Thtml -l "$1" > "$2" exec ed "$2" < a - body { max-width: 960px; margin: 0 auto; } + body { + max-width: 960px; + margin: 0 auto; + padding: 0 10px; + font-size: 1rem; + } + + pre { + overflow: auto; + } . wq EOF