2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #4421: add static top navbar class

This commit is contained in:
Mark Otto
2012-08-17 11:46:23 -07:00
parent b86e1fb62a
commit 077577c7f3
4 changed files with 75 additions and 5 deletions
+12
View File
@@ -4138,6 +4138,18 @@ input[type="submit"].btn.btn-mini {
border-radius: 15px;
}
.navbar-static-top {
position: static;
width: 100%;
margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;