blob: 76c74e10d56ba124142bc17cdf5a1b8fc9f11975 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
dl.hide-signature > dt {
display: none;
}
dl.field-list > dt {
/* prevent code blocks from forcing wrapping on the "Parameters" header */
word-break: initial;
}
code.literal{
hyphens: none;
}
|