* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Sep 3 15:53:45 PDT 2011
* Date: Sun Sep 4 14:02:46 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
...
...
@@ -282,6 +282,12 @@ textarea {
Feel free to create and add new variables and mixins here. The goal is to make this your playground and keep the core files intact.
*/
/*
TODO:
- add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc)
- make form inputs and tables apply the new global type changes (currently statically set)
- add new docs section for examples
- add new docs section for Theme.less
*//*
* Scaffolding
* Basic and global styles for generating a grid system, structural layout, and page templates
<h1>About Bootstrap <small>Brief history, browser support, and more</small></h1>
</div>
<divclass="row">
<divclass="span6 columns">
<divclass="span-one-third">
<h3>History</h3>
<p>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.</p>
<p>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.</p>
<p>Read more on <ahref="https://dev.twitter.com/blog/bootstrap-twitter">dev.twitter.com ›</a></p>
</div>
<divclass="span5 columns">
<divclass="span-one-third">
<h3>Browser support</h3>
<p>Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.</p>
<imgsrc="assets/img/browsers.png"width="258px"height="48px"alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox">
...
...
@@ -128,7 +128,7 @@
<li>Opera 11</li>
</ul>
</div>
<divclass="span5 columns">
<divclass="span-one-third">
<h3>What's included</h3>
<p>Bootstrap comes complete with compiled CSS, uncompiled, and example templates.</p>
<ul>
...
...
@@ -139,6 +139,29 @@
</ul>
</div>
</div><!-- /row -->
<divclass="row">
<divclass="span12">
<h3>Quick-start examples</h3>
<p>Need some quick templates? Check out these basic examples we've put together:</p>
<divclass="row">
<divclass="span4">
<imgsrc="assets/img/example-diagram-01.png"class="diagram"alt="Simple three-column layout with hero unit">
</div>
<divclass="span4">
<imgsrc="assets/img/example-diagram-02.png"class="diagram"alt="Fluid layout with static sidebar">
</div>
<divclass="span4">
<imgsrc="assets/img/example-diagram-03.png"class="diagram"alt="Simple hanging container for apps">
</div>
</div>
</div>
<divclass="span4">
<h3>Theming Bootstrap</h3>
<p>Starting with v1.3.0, Bootstrap comes equipped with a customizable Less file, Theme.less. It's designed to replace default values in the library and provide a one-stop-shop for adding-on.</p>