FIX: restrict the size of small tags (when nested)

This commit is contained in:
Sam 2014-11-03 11:23:00 +11:00
parent 4e3a8b87e3
commit 4d82a571fb
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ big {
font-size: 28px;
}
small {
font-size: 10px;
}
blockquote {
background-color: scale-color-diff();
border-left: 5px solid darken(scale-color-diff(), 10%);