Merge "Don't keep shrinking font when nesting admonitions"
This commit is contained in:
commit
b6a4806eda
@ -37,6 +37,11 @@
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.admonition .admonition {
|
||||
/* Don't keep shrinking the font for nested admonitions. */
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.admonition p {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user