View Single Post
Old 03-22-2012, 05:29 PM   #8
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by mmat1 View Post
Thanks for clarification, I wasn't quite shure.

... and I use it withing headings often ...
Support for it in headings seems to be a bit mixed. I did a quick experiment using <H1> heading. Using <small> worked in Sigil and ADE (Windows). Using <span class="small"> also worked in both when I had this in my CSS:

Code:
.small {
  font-size: 75%;
  }
When converted to MOBI using KindleGen (via Kindle Previewer 2), <small> worked on both the MOBI (display matched in Previewer & on a K3) and KF8 (tested in Previewer only) partitions although the size change in the MOBI portion was very slight. The <span class="small"> version worked on both partions with a larger size change.

When converted to MOBI using calibre 0.8.3 neither method worked, although the span method worked, with a much larger size change, when the CSS was:

Code:
.small {
  font-size: x-small;
  }
This 3rd version also worked Sigil and ADE/Win and with the KindleGen conversion. Perhaps the first <span> method may have worked in the calibre conversion if the size change had been larger; I didn't take the test that far.
dwig is offline   Reply With Quote