diff --git a/docs/css.html b/docs/css.html index 501c791d..dd7654ad 100644 --- a/docs/css.html +++ b/docs/css.html @@ -162,7 +162,7 @@ title: CSS
Make use of HTML's default emphasis tags with lightweight styles.
-<small>For de-emphasizing inline or blocks of text, use the small tag.
This line of text is meant to be treated as fine print.
@@ -225,8 +225,8 @@ title: CSSStylized implementation of HTML's <abbr> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.
<abbr>For expanded text on long hover of an abbreviation, include the title attribute.
For expanded text on long hover of an abbreviation, include the title attribute with the <abbr> element.
An abbreviation of the word attribute is attr.
<abbr class="initialism">Add .initialism to an abbreviation for a slightly smaller font-size.
HTML is the best thing since sliced bread.
@@ -246,10 +246,7 @@ title: CSSPresent contact information for the nearest ancestor or the entire body of work.
- -<address>Preserve formatting by ending all lines with <br>.
Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <br>.
<section> should be wrapped as inline.
Add any of the following classes to the .table base class.
.table-stripedAdds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE8).
Use .table-striped to add zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE8).
.table-borderedAdd borders and rounded corners to the table.
+Add .table-bordered for borders and rounded corners.
.table-hoverEnable a hover state on table rows within a <tbody>.
Add .table-hover to enable a hover state on table rows within a <tbody>.
| Button | -class="" | -Description | -
|---|---|---|
| - | btn |
- Standard gray button with gradient | -
| - | btn btn-primary |
- Provides extra visual weight and identifies the primary action in a set of buttons | -
| - | btn btn-success |
- Indicates a successful or positive action | -
| - | btn btn-info |
- Contextual button for informational alert messages | -
| - | btn btn-warning |
- Indicates caution should be taken with this action | -
| - | btn btn-danger |
- Indicates a dangerous or potentially negative action | -
| - | btn btn-link |
- Deemphasize a button by making it look like a link while maintaining button behavior | -
IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button elements, rendering text gray with a nasty text-shadow that we cannot fix.