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:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
// Nav collapse clears brand
|
||||
.navbar .nav-collapse {
|
||||
clear: left;
|
||||
clear: both;
|
||||
}
|
||||
// Block-level the nav
|
||||
.navbar .nav-collapse .nav {
|
||||
|
||||
Reference in New Issue
Block a user