aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-08 20:21:03 -0700
committerJacob Thornton <[email protected]>2011-09-08 20:21:03 -0700
commit5960711d0f79f7031b444bafba9a856c77f697bc (patch)
tree71a29548549f7e69549b635f842359ac33116047 /bootstrap-1.3.0.css
parent346122a0c7a883f1fcc1887899cf8bb37274c7f9 (diff)
downloadbootstrap-5960711d0f79f7031b444bafba9a856c77f697bc.tar.xz
bootstrap-5960711d0f79f7031b444bafba9a856c77f697bc.zip
some more js love - update the docs with tabs/pills plugin
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index 0dfa456f9..c9fc91c49 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.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: Thu Sep 8 10:45:51 PDT 2011
+ * Date: Thu Sep 8 20:00:20 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).
@@ -1579,6 +1579,12 @@ a.menu:after, .dropdown-toggle:after {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
+.tab-content > *, .pill-content > * {
+ display: none;
+}
+.tab-content > .active, .pill-content > .active {
+ display: block;
+}
.breadcrumb {
margin: 0 0 18px;
padding: 7px 14px;