Merge pull request #695 from FStop/694-css-small-twice

Remove duplicate CSS rule for `small`.

Fixes #694.
This commit is contained in:
Konstantin Obenland 2015-02-07 10:16:17 -08:00
commit 41f33d3c9a
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%;
}