Restrict mandoc css rules only on man pages
This commit is contained in:
8
docs/_static/css/mandoc.css
vendored
8
docs/_static/css/mandoc.css
vendored
@@ -22,17 +22,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* OpenZFS styles */
|
/* OpenZFS styles */
|
||||||
.head {
|
.man_container .head {
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.head .head-vol {
|
.man_container .head .head-vol {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.head .head-rtitle {
|
.man_container .head .head-rtitle {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.foot td {
|
.man_container .foot td {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user