diff --git a/docs/base-css.html b/docs/base-css.html index 82b46e1..4889fe7 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -2,14 +2,14 @@
-Fundamental HTML elements styled and enhanced with extensible classes.
-Dozens of reusable components built to provide navigation, alerts, popovers, and more.
-Download Bootstrap or customize variables, components, JavaScript plugins, and more.
-Overview of the project, its contents, and how to get started with a simple template.
-Sleek, intuitive, and powerful front-end framework for faster and easier web development.
+Writing Bootstrap 2 syntax, using Bootstrap 3 styles.
- Download Bootstrap + Download Bootstrap
Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web.
-Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well.
-A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.
-Add classes to an <img>
element to easily style images in any project.
+<img src="..." class="img-rounded"> +<img src="..." class="img-circle"> +<img src="..." class="img-polaroid"> ++
Heads up! .img-rounded
and .img-circle
do not work in IE7-8 due to lack of border-radius
support.
Labels | +Markup | +
---|---|
+ Default + | +
+ <span class="label">Default</span>
+ |
+
+ Success + | +
+ <span class="label label-success">Success</span>
+ |
+
+ Warning + | +
+ <span class="label label-warning">Warning</span>
+ |
+
+ Important + | +
+ <span class="label label-important">Important</span>
+ |
+
+ Info + | +
+ <span class="label label-info">Info</span>
+ |
+
+ Inverse + | +
+ <span class="label label-inverse">Inverse</span>
+ |
+
Name | +Example | +Markup | +
---|---|---|
+ Default + | ++ 1 + | +
+ <span class="badge">1</span>
+ |
+
+ Success + | ++ 2 + | +
+ <span class="badge badge-success">2</span>
+ |
+
+ Warning + | ++ 4 + | +
+ <span class="badge badge-warning">4</span>
+ |
+
+ Important + | ++ 6 + | +
+ <span class="badge badge-important">6</span>
+ |
+
+ Info + | ++ 8 + | +
+ <span class="badge badge-info">8</span>
+ |
+
+ Inverse + | ++ 10 + | +
+ <span class="badge badge-inverse">10</span>
+ |
+
For easy implementation, labels and badges will simply collapse (via CSS's :empty
selector) when no content exists within.
Bring Bootstrap's components to life—now with 13 custom jQuery plugins. -
Bootstrap is built on responsive 12-column grids, layouts, and components.
-