diff --git a/bootstrap.css b/bootstrap.css
index 89d55199e5..ac242d3b81 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: Sun Oct 16 23:04:03 PDT 2011
+ * Date: Mon Oct 17 00:03:30 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).
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 300eb38f55..2af7764e65 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -98,28 +98,16 @@ body > .navbar-fixed .brand:hover {
------------------------- */
/* supporting docs pages */
.subhead {
- background-color: #767d80;
- background-repeat: no-repeat;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
- background-image: -webkit-linear-gradient(#565d60, #767d80);
- background-image: -moz-linear-gradient(#565d60, #767d80);
- background-image: -o-linear-gradient(top, #565d60, #767d80);
- background-image: -khtml-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565d60', endColorstr='#767d80', GradientType=0); /* IE8 and down */
-}
-.subhead .inner {
- padding: 36px 0 27px;
+ padding-bottom: 18px;
+ border-bottom: 3px solid #eee;
}
.subhead h1,
.subhead p {
- text-align: left;
+ margin-right: 0;
}
.subhead h1 {
font-size: 40px;
}
-.subhead p a {
- font-weight: normal;
-}
/* Quick links
diff --git a/docs/index.html b/docs/index.html
index eeb0f4f0df..f3ef344637 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -30,7 +30,7 @@
Bring Bootstrap's components to life with custom plugins for jQuery and Ender.
-
@@ -81,11 +62,11 @@
Modals bootstrap-modal.js
-
+
Our Modal plugin is a super slim take on the traditional modal js plugin, taking special care to include only the bare functionality that we require here at twitter.
@@ -387,11 +368,11 @@ $('#my-modal').bind('hidden', function () {
Twipsy bootstrap-twipsy.js
-
+
Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for title storage!
@@ -504,11 +485,11 @@ $('#my-modal').bind('hidden', function () {
Popovers bootstrap-popover.js
-
+
The popover plugin provides a simple interface for adding popovers to your application. It extends the boostrap-twipsy.js plugin, so be sure to grab that file as well when including popovers in your project!