Remove duplicate CSS rules for `small` - refs #694

This commit is contained in:
Gabriel Luethje 2015-02-06 16:23:37 -07:00
parent ea84ceec95
commit b83c659915
2 changed files with 0 additions and 8 deletions

View File

@ -44,10 +44,6 @@ mark, ins {
text-decoration: none;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}

View File

@ -342,10 +342,6 @@ ins {
text-decoration: none;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}