2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Changed .nav-collapse to clear both instead of left, and added compiled files.

This commit is contained in:
Bryan Petty
2012-04-05 13:48:17 -06:00
committed by Bryan Petty
parent 030265eaec
commit 4b81c0dff3
4 changed files with 110 additions and 89 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
}
// Nav collapse clears brand
.navbar .nav-collapse {
clear: left;
clear: both;
}
// Block-level the nav
.navbar .nav-collapse .nav {