Closed blade1989 closed 9 years ago
Definitely visible in the footer tag, when using the <small> tag.
<small>
slightly fixed with:
footer small { font-size: xx-small; letter-spacing: 1px; text-shadow: none; }
But not completely smooth.
System
Ubuntu 14.04 does not seem to have this problem!
Possible fix:
--- code ---
code
footer small { font-family: helvetica; font-size: x-small; }
Rendered in Firefox 35.0.1(Windows 7)
Definitely looks better!
Definitely visible in the footer tag, when using the
<small>
tag.slightly fixed with:
But not completely smooth.
System
Ubuntu 14.04 does not seem to have this problem!