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 @@
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
Name | +Class | +Description | +
---|---|---|
Default | +None | +Only 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 |
+
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.