forked from mirror/_s
Merge pull request #695 from FStop/694-css-small-twice
Remove duplicate CSS rule for `small`. Fixes #694.
This commit is contained in:
commit
41f33d3c9a
|
@ -44,10 +44,6 @@ mark, ins {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
|
||||||
font-size: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
big {
|
big {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
}
|
}
|
Reference in New Issue