From 1933d07f4c29c54d94cf62c1a463ba39d0919e1b Mon Sep 17 00:00:00 2001 From: George Melikov Date: Mon, 15 Jun 2020 19:39:58 +0300 Subject: [PATCH] Restrict mandoc css rules only on man pages --- docs/_static/css/mandoc.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_static/css/mandoc.css b/docs/_static/css/mandoc.css index 56d7770..8cf11fc 100644 --- a/docs/_static/css/mandoc.css +++ b/docs/_static/css/mandoc.css @@ -22,17 +22,17 @@ } /* OpenZFS styles */ -.head { +.man_container .head { max-width: 640px; width: 100%; } -.head .head-vol { +.man_container .head .head-vol { text-align: center; } -.head .head-rtitle { +.man_container .head .head-rtitle { text-align: right; } -.foot td { +.man_container .foot td { padding: 1em; }