2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge branch 'master' into restore_grid_mixins

Conflicts:
	dist/css/bootstrap.min.css
This commit is contained in:
Mark Otto
2013-10-13 18:59:40 -07:00
6 changed files with 30 additions and 29 deletions
+2 -6
View File
@@ -190,6 +190,8 @@
}
// Move borders to anchors instead of bottom of list
//
// Mixin for adding on top the shared `.nav-justified` styles for our tabs
.nav-tabs-justified {
border-bottom: 0;
@@ -222,11 +224,6 @@
// Tabbable tabs
// -------------------------
// Clear any floats
.tabbable {
.clearfix();
}
// Hide tabbable panes to start, show them when `.active`
.tab-content {
> .tab-pane {
@@ -238,7 +235,6 @@
}
// Dropdowns
// -------------------------