Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unknown macro: {div2}

Styles

Unknown macro: {html}

<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>

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.

  • No labels