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 */
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user