mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-26 10:35:36 +00:00
35b59203d8
While we're here, let's make the note formatting look a bit nicer.
9 lines
125 B
CSS
9 lines
125 B
CSS
div.admonition {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
div.admonition p.admonition-title {
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
}
|