diff options
Diffstat (limited to 'contrib/mandoc/mandoc.css')
-rw-r--r-- | contrib/mandoc/mandoc.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mandoc/mandoc.css b/contrib/mandoc/mandoc.css index 88432b9322b7..46e03a386ae0 100644 --- a/contrib/mandoc/mandoc.css +++ b/contrib/mandoc/mandoc.css @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.54 2025/01/25 03:18:55 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.55 2025/06/26 17:06:34 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * @@ -73,7 +73,7 @@ div[role=doc-pagefooter] { .foot-left { flex: 1; } .foot-date { flex: 0 1 auto; text-align: center; } -.foot-os { flex: 1; +.foot-right { flex: 1; text-align: right; } /* Sections and paragraphs. */ |