2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Refactor navs: new classes, remove separate pills & tabs files, drop justified nav because it never really worked

This commit is contained in:
Mark Otto
2014-07-09 16:04:31 -07:00
parent 77a4bcad9e
commit 857fe32a70
16 changed files with 336 additions and 938 deletions
+2 -1
View File
@@ -916,6 +916,7 @@ h1[id] {
}
// Tweak content of examples for optimum awesome
.bs-example > *:last-child,
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
@@ -930,7 +931,7 @@ h1[id] {
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
margin-bottom: 0;
margin-bottom: 0 !important;
}
.bs-example > p > .close {
float: none;