This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.
-
jQuery required
-
Please note that all JavaScript plugins require jQuery to be included, as shown in the 101 template.
+
jQuery required
+
Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.
@@ -1015,12 +1015,10 @@ For example, <section> should be wrapped as inline.
Striped
Use .table-striped to add zebra-striping to any table row within the <tbody>.
-
-
Cross-browser compatibility
+
Cross-browser compatibility
Striped tables are styled via the :nth-child CSS selector, which is not available in IE8.
-
@@ -1406,8 +1404,8 @@ For example, <section> should be wrapped as inline.
Inputs
Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.
-
Type declaration required
-
Inputs will only be fully styled if their type is properly declared.
+
Type declaration required
+
Inputs will only be fully styled if their type is properly declared.
@@ -1567,17 +1565,17 @@ For example, <section> should be wrapped as inline.
Disabled fieldsets
Add the disabled attribute to a <fieldset> to disable all the controls within the <fieldset> at once.
-
+
-
Link functionality of <a> not impacted
+
Link functionality of <a> not impacted
This class will only change the appearance of <a class="btn"> buttons, not their functionality. You need to use custom JavaScript to disable links here.
-
+
-
Cross-browser compatibility
+
Cross-browser compatibility
While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <disabled> attribute on a <fieldset>. You need to use custom JavaScript to disable the fieldset in these browsers.