Merge "Don't keep shrinking font when nesting admonitions"

This commit is contained in:
Zuul 2018-10-22 22:40:20 +00:00 committed by Gerrit Code Review
commit b6a4806eda

View File

@ -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;
}