From ba597ef8458de4593b7a0269b0dd794f9ca89818 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 31 Oct 2011 16:32:13 -0700 Subject: [PATCH] updating table documentation, jumping to dev to bring over new table styles from there --- docs/base-css.html | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) 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.

-- 2.47.2