diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-08-25 18:31:06 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-08-25 18:31:17 -0300 |
commit | f86977f2784bebde9a6eda41090fec7e00b8bf37 (patch) | |
tree | 7310ede8647f21def87cdb4a98ca8f91f4a2e4f9 /web-ui/app/style-guide.html | |
parent | 71a5e148996720271d2e607cd786194e79942b80 (diff) |
Adding styles for typography
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"> |