aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-08 23:02:13 -0700
committerMark Otto <[email protected]>2011-09-08 23:02:13 -0700
commit1a8fb2dbf76b19c899ff8ae73a87c3727c1113cf (patch)
treefc67e274699dd774de3aefadf95635bf071d9b74 /bootstrap-1.3.0.css
parentba08055a7be248582ce6b5ba00bf04f5c821bcdd (diff)
parent5960711d0f79f7031b444bafba9a856c77f697bc (diff)
downloadbootstrap-1a8fb2dbf76b19c899ff8ae73a87c3727c1113cf.tar.xz
bootstrap-1a8fb2dbf76b19c899ff8ae73a87c3727c1113cf.zip
resolve conflict
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 247d94d2c..25bffa3af 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 22:56:41 PDT 2011
+ * Date: Thu Sep 8 23:02:03 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).
@@ -1604,6 +1604,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;