Fix the :italic: role used for CLI docs not being rendered correctly in the HTML docs

This commit is contained in:
Kovid Goyal
2021-11-19 14:28:05 +05:30
parent c1cb196365
commit 564f865a63
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
* Distributed under terms of the MIT license.
*/
.italic {
font-style: italic;
}
.sidebar-logo {
max-height: 128px;
}