View Single Post
Old 12-12-2014, 08:40 PM   #14
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by murg View Post
I think you are mistaken. I have my <small> set to .7em in the CSS and it displays properly.
<small>SOME TEXT</small> will display at a smaller size even if the .7em you've defined doesn't work.

Try the following and see if it works...

CSS

Code:
.small {
font-size: .7em;
}
XML

Code:
<p>Some text. <span class="small">SOME MORE TEXT</span>. Even more text.</p>
I have a feeling it won't work.
JSWolf is offline   Reply With Quote