1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 15:56:45 +02:00

resolve conflict

This commit is contained in:
Mark Otto
2011-09-08 23:02:13 -07:00
11 changed files with 190 additions and 66 deletions

View File

@@ -401,6 +401,16 @@ a.menu:after,
}
}
.tab-content > *,
.pill-content > * {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display:block;
}
// BREADCRUMBS
// -----------