diff --git a/docs/base-css.html b/docs/base-css.html index 750bbd2b3b..2872fbb997 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -227,15 +227,17 @@

Example blockquotes

+

Default blockquotes are styled as such:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.

- Someone famous + Someone famous in Body of work
+

To float your blockquote to the right, add class="pull-right":

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.

- Someone famous + Someone famous in Body of work
@@ -514,6 +516,45 @@ +

Table options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameClassDescription
DefaultNoneOnly horizontal lines between rows
Bordered + .bordered-table + Rounds corners and adds outter border
Zebra-stripe + .striped-table + Adds light gray background color to odd rows (1, 3, 5, etc)
Condensed + .condensed-table + Cuts padding in half, from 10px to 5px, within all td and th elements
+

Example tables

1. Default table styles

All tables will be automatically styled with only the essential borders to ensure readability and maintain structure. No need to add extra classes or attributes.