CSS updates: ul and pre elements
This commit is contained in:
parent
d5f34c4810
commit
3bd65d2173
1 changed files with 8 additions and 0 deletions
|
@ -20,3 +20,11 @@
|
||||||
.sidebar, .sidebar-nav {
|
.sidebar, .sidebar-nav {
|
||||||
line-height: 1.5em !important;
|
line-height: 1.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-section ul ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section pre {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue