2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fix responsive navbar nav treatment by using hover instead of click

This commit is contained in:
Mark Otto
2012-01-08 02:30:18 -08:00
parent cf05dc8677
commit 9e7acc6370
4 changed files with 73 additions and 57 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
.navbar {
overflow: visible;
}
// gradient is applied to it's own element because overflow visible is not honored by ie when filter is present
// gradient is applied to it's own element because overflow visible is not honored by IE when filter is present
.navbar-inner {
background-color: @navBarBgEnd;
#gradient > .vertical(@navBarBgStart, @navBarBgEnd);