From dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Jan 2012 21:28:47 -0800 Subject: change up classes on tables and forms, fix nav list styles in example --- docs/base-css.html | 76 +++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index c851c84e9..ccc2216c6 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -150,7 +150,7 @@

Emphasis, address, and abbreviation

- +
@@ -237,7 +237,7 @@

Blockquotes

-
Element
+
@@ -383,7 +383,7 @@

Code Inline and block

-
Element
+
@@ -425,7 +425,7 @@

Inline labels for special attention

-
Element
+
@@ -490,7 +490,7 @@

Table markup

-
Labels
+
@@ -579,7 +579,7 @@

Table options

-
Tag
+
@@ -596,21 +596,21 @@ @@ -667,15 +667,15 @@

2. Striped table

-

Get a little fancy with your tables by adding zebra-striping—just add the .striped-table class.

+

Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.

Note: Sprited tables use the :nth-child CSS selector and is not available in IE7-IE8.

-<table class="striped-table">
+<table class="table-striped">
   ...
 </table>
-
Name
Bordered - .bordered-table + .table-bordered Rounds corners and adds outter border
Zebra-stripe - .striped-table + .table-striped Adds light gray background color to odd rows (1, 3, 5, etc)
Condensed - .condensed-table + .table-condensed Cuts vertical padding in half, from 8px to 4px, within all td and th elements
+
@@ -714,12 +714,12 @@

Add borders around the entire table and rounded corners for aesthetic purposes.

-<table class="bordered-table">
+<table class="table-bordered">
   ...
 </table>
-
#
+
@@ -760,14 +760,14 @@

4. Condensed table

-

Make your tables more compact by adding the .condensed-table class to cut table cell padding in half (from 10px to 5px).

+

Make your tables more compact by adding the .table-condensed class to cut table cell padding in half (from 10px to 5px).

-<table class="condensed-table">
+<table class="table-condensed">
   ...
 </table>
-
#
+
@@ -816,12 +816,12 @@ }); }); </script> -<table class="striped-table"> +<table class="table-striped"> ... </table>
-
#
+
@@ -858,7 +858,7 @@
#

Styles for the Tablesorter, zebra striping, borders, and condensing may all compound in any variation to fit your needs.

- +
@@ -932,7 +932,7 @@

Four types of forms

Bootstrap provides simple markup and styles for four styles of common web forms.

-
#
+
@@ -948,17 +948,17 @@ - + - + - + @@ -981,16 +981,16 @@

Search form

-

Reflecting default WebKit styles, just add .search-form for extra rounded search fields.

-
+

Reflecting default WebKit styles, just add .form-search for extra rounded search fields.

+

Inline form

-

Inputs are block level to start. For .inline-form and .horizontal-form, we use inline-block.

-
+

Inputs are block level to start. For .form-inline and .form-horizontal, we use inline-block.

+ @@ -1003,7 +1003,7 @@

Horizontal forms

- + Controls Bootstrap supports
@@ -1087,7 +1087,7 @@
- + Form control states
@@ -1158,7 +1158,7 @@
- + Extending form controls
@@ -1259,7 +1259,7 @@ -
Name
Horizontal.horizontal-form.form-horizontal Float left, right-aligned labels on same line as controls
Inline.inline-form.form-inline Left-aligned label and inline-block controls for compact style
Search.search-form.form-search Extra-rounded text input for a typical search aesthetic
+
@@ -1517,13 +1517,13 @@

Or, use them in navigation.

-
-- cgit v1.2.3
Button