aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-28 19:06:10 -0700
committerMark Otto <[email protected]>2011-09-28 19:06:10 -0700
commit6d541a6066d46bff19833707deeca8f41279b180 (patch)
tree5291058e6adbda714e76a77de8a61c661b3be951
parentb5acabe4fd7dd2bb14424a88944152bbebd2e07d (diff)
downloadbootstrap-6d541a6066d46bff19833707deeca8f41279b180.tar.xz
bootstrap-6d541a6066d46bff19833707deeca8f41279b180.zip
pulling out more stuff and fixing file name at top of file
-rw-r--r--bootstrap.css4
-rw-r--r--docs/index.html18
-rw-r--r--lib/mixins.less2
-rw-r--r--lib/patterns.less6
4 files changed, 11 insertions, 19 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 6d3c15390..babe50a21 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Sep 17 17:21:25 PDT 2011
+ * Date: Wed Sep 28 19:05:53 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).
@@ -173,7 +173,7 @@ textarea {
/* Variables.less
* Variables to customize the look and feel of Bootstrap
* ----------------------------------------------------- */
-/* Variables.less
+/* Mixins.less
* Snippets of reusable CSS to develop faster and keep code readable
* ----------------------------------------------------------------- */
/*
diff --git a/docs/index.html b/docs/index.html
index 5c5162471..857af2448 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -84,14 +84,12 @@
================================================== -->
<header class="jumbotron masthead" id="overview">
<div class="inner">
- <div class="container">
- <h1>Bootstrap, from Twitter</h1>
- <p class="lead">
- Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
- It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
- </p>
- <p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with Less">built with Less</a> and was designed to work out of the gate with modern browsers in mind.</p>
- </div><!-- /container -->
+ <h1>Bootstrap, from Twitter</h1>
+ <p class="lead">
+ Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
+ It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
+ </p>
+ <p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with Less">built with Less</a> and was designed to work out of the gate with modern browsers in mind.</p>
</div>
</header>
@@ -140,10 +138,6 @@
<h3>History</h3>
<p>Engineers at Twitter have historically used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented. With the help of many awesome folks, Bootstrap has grown significantly.</p>
<p>Read more on <a href="https://dev.twitter.com/blog/bootstrap-twitter">dev.twitter.com &rsaquo;</a></p>
- <p>
- <a href="http://twitter.com/twbootstrap" class="twitter-follow-button">Follow @twbootstrap</a>
- <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
- </p>
</div>
<div class="span-one-third">
<h3>Browser support</h3>
diff --git a/lib/mixins.less b/lib/mixins.less
index ca7893daf..929618a40 100644
--- a/lib/mixins.less
+++ b/lib/mixins.less
@@ -1,4 +1,4 @@
-/* Variables.less
+/* Mixins.less
* Snippets of reusable CSS to develop faster and keep code readable
* ----------------------------------------------------------------- */
diff --git a/lib/patterns.less b/lib/patterns.less
index 1ba218c36..eae09a596 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -350,7 +350,7 @@
// Basic pill nav
.pills {
a {
- margin: 5px 3px 5px 0;
+ margin: 5px 3px 5px 0;
padding: 0 15px;
text-shadow: 0 1px 1px @white;
line-height: 30px;
@@ -376,7 +376,7 @@
.tab-content > .active,
.pill-content > .active {
- display:block;
+ display: block;
}
@@ -398,8 +398,6 @@
padding: 0 5px;
color: @grayLight;
}
- a {
- }
.active a {
color: @grayDark;
}