I think it's simply a case of the Kindle not supporting the "small" value for font-size. I tried a quick test file and it ignored that styling. However both percentage and em values worked OK, so you could try using one of them instead. For example:
font-size:80%;
or
font-size:0.8em;
- Donna
|