diff options
Diffstat (limited to 'web-ui/app/style-guide.html')
-rw-r--r-- | web-ui/app/style-guide.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web-ui/app/style-guide.html b/web-ui/app/style-guide.html index adf72bfe..c145bd9a 100644 --- a/web-ui/app/style-guide.html +++ b/web-ui/app/style-guide.html @@ -162,6 +162,15 @@ <li> <h6>Header 6</h6> </li> + <li> + <i>Italics</i><br> + </li> + <li> + <strong>Strong / Emphasized</strong><br> + </li> + <li> + <small>Small Text</small> + </li> </ul> </section> <section id="components" class="guide-section" name="components"> |