Update path
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b9b732134d
commit
087be3e685
2 changed files with 1 additions and 1 deletions
14
docs/lib/custom.css
Normal file
14
docs/lib/custom.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Prevent collapsible headings from wrapping onto two lines eagerly */
|
||||
summary > h1,
|
||||
summary > h2,
|
||||
summary > h3,
|
||||
summary > h4,
|
||||
summary > h5,
|
||||
summary > h6 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Prevent longer checkbox lists from wrapping eagerly */
|
||||
input + p {
|
||||
display: inline;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue