NOTE: FSS is deprecated as of 1.5
NOTE: FSS is deprecated as of 1.5
FSS Documentation
Still need help?
Join the infusion-users mailing list and ask your questions there,
or hang out in our IRC Channel.
Styles
Unknown macro: {html}
<div class="demo-text">
<p class="fl-text-underline">This paragraph is underlined.</p>
<p class="fl-text-bold">This paragraph is bold.</p>
<p class="fl-text-larger">This paragraph is larger.</p>
<p class="fl-input-outline">This paragraph is outlined.</p>
</div>
The markup and classes used to produce this example:
<p class="fl-text-underline">This paragraph is underlined.</p> <p class="fl-text-bold">This paragraph is bold.</p> <p class="fl-text-larger">This paragraph is larger.</p> <p class="fl-input-outline">This paragraph is outlined.</p>
NOTE: The classes are applied to the paragraph tags and so apply only that paragraph. The class could be applied to a <div>
surrounding many paragraphs to apply the style to all paragraphs.