Thread
:
indent control
View Single Post
02-16-2011, 10:24 AM
#
9
jackie_w
Grand Sorcerer
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
In the example you quote, if your input html has
Code:
<p class="calibre2">We did....
then your ExtraCSS would need to be
Code:
p.calibre2 {text-indent:1em}
or
Code:
.calibre2 {text-indent:1em}
to override the CSS in the original.
jackie_w
View Public Profile
Find More Posts by jackie_w
Track Posts by jackie_w via RSS