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:
Vendored
+12
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user