Commit ee3fc11a authored by Mark Otto's avatar Mark Otto

fix #2617: add negative margin to fixed-bottom navbar

parent 2729d157
......@@ -140,7 +140,8 @@
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
......
......@@ -75,7 +75,8 @@
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment