@@ -49,7 +58,7 @@
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
-
Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with only modern browsers in mind.
+
Nerd alert: Bootstrap is built with Less and was designed to work out of the gate with modern browsers in mind.
@@ -89,15 +98,30 @@
-
History
+
History
In the earlier days of Twitter, engineers used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented and development quickly accelerated during Twitterâs first Hackweek.
With the help and feedback of many engineers at Twitter, Bootstrap has grown significantly to encompass not only basic styles, but more elegant and durable front-end design patterns.
Bootstrap is tested and supported most thoroughly in modern browsers like Chrome, Safari, and Firefox. Full support for versions of Internet Explorer is in the works.
-
+
+
Browser support
+
Bootstrap is tested and supported in modern browsers like Chrome, Safari, and Firefox. Full support for some versions of Internet Explorer is in the works.
+
+
+
Latest Safari
+
Latest Google Chrome
+
Firefox v4
+
+
+
+
What's included
+
Bootstrap comes complete with compiled CSS, uncompiled, and example templates.
+
+
All original .less files
+
Fully compiled and minified CSS
+
Complete styleguide documentation
+
Example page template (more to come soon)
+
@@ -298,16 +322,16 @@
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Maecenas faucibus mollis interdum. Nulla vitae elit libero, a pharetra augue.
Note: Itâs still okay to use <b> and <i> tags in HTML5, but they donât come with inherent styles anymore. <b> is meant to convey importance while <i> is mostly for voice, technical terms, etc.
Addresses
-
The address element is used for contact information for its nearest ancestor, or the entire body of work. Hereâs how it looks:
+
The <address> element is used for contact information for its nearest ancestor, or the entire body of work. Hereâs how it looks:
Twitter, Inc.
795 Folsom Ave, Suite 600
San Francisco, CA 94107
P: (123) 456-7890
-
Note: Each line in an address must end with a line-break (<br />) or be wrapped in a block-level tag (e.g., p) to properly structure the content.
+
Note: Each line in an <address> must end with a line-break (<br />) or be wrapped in a block-level tag (e.g., <p>) to properly structure the content.
Abbreviations
-
For abbreviations and acronyms, use the abbr tag (acronym is deprecated in HTML5). Put the shorthand form within the tag and set a title for the complete name.
+
For abbreviations and acronyms, use the <abbr> tag (<acronym> is deprecated in HTML5). Put the shorthand form within the tag and set a title for the complete name.
@@ -321,7 +345,7 @@
-
Be sure to wrap your blockquote around paragraph and small tags. When citing a source, use the small element. The CSS will automatically preface a name with an em dash (—).
+
Be sure to wrap your <blockquote> around <p> and <small> tags. When citing a source, use the <small> element. The CSS will automatically preface a name with an em dash (—).
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaâ¦
Dr. Julius Hibbert
@@ -430,8 +454,8 @@
<caption>
Tables are great—for a lot of things. Great tables, however, need a bit of markup love to be useful, scalable, and readable (at the code level). Here are a few tips to help.
-
Always wrap your column headers in a thead such that hierarchy is thead > tr > th.
-
Similar to the column headers, all your tableâs body content should be wrapped in a tbody so your hierarchy is tbody > tr > td.
+
Always wrap your column headers in a <thead> such that hierarchy is <thead> > <tr> > <th>.
+
Similar to the column headers, all your tableâs body content should be wrapped in a <tbody> so your hierarchy is <tbody> > <tr> > <td>.
@@ -815,7 +839,7 @@
Example buttons
-
Button styles can be applied to anything with the .btn applied. Typically youâll want to apply these to only a, button, and select input elements. Hereâs how it looks:
+
Button styles can be applied to anything with the .btn applied. Typically youâll want to apply these to only <a>, <button>, and select <input> elements. Hereâs how it looks:
For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. Thatâs .disabled for links and :disabled for button elements.
+
For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. Thatâs .disabled for links and :disabled for <button> elements.
Create simple secondary navigation with a ul. Swap between tabs or pills by adding the appropriate class.
+
Create simple secondary navigation with a <ul>. Swap between tabs or pills by adding the appropriate class.
Great for sub-sections of content like our account settings pages and user timelines for toggling between pages of like content. Available in tabbed or pill styles.
@@ -1076,6 +1100,7 @@
+
Modal Heading
@@ -1090,34 +1115,35 @@
-
-
-
-
Tool Tips
-
Twipsies are super useful for aiding a confused user and pointing them in the right direction.
-
-
-
-
-
+
+
+
+
+
+
Tool Tips
+
Twipsies are super useful for aiding a confused user and pointing them in the right direction.
+
+
+
+
+
Lorem ipsum dolar sit amet illo error ipsum veritatis aut iste perspiciatis iste voluptas natus illo quasi odit aut natus consequuntur consequuntur, aut natus illo voluptatem odit perspiciatis laudantium rem doloremque totam voluptas. Voluptasdicta eaque beatae aperiam ut enim voluptatem explicabo explicabo, voluptas quia odit fugit accusantium totam totam architecto explicabo sit quasi fugit fugit, totam doloremque unde sunt sed dicta quae accusantium fugit voluptas nemo voluptas voluptatem rem quae aut veritatis quasi quae.
-
-
-
-
below!
-
-
-
-
right!
-
-
-
-
left!
-
-
-
-
above!
-
+
+
+
+
below!
+
+
+
+
right!
+
+
+
+
left!
+
+
+
+
above!
@@ -1141,7 +1167,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita