This commit is contained in:
parent
606132a45c
commit
eaa316b2be
|
@ -20,6 +20,9 @@ UnderStrap is released under the terms of the GPL version 2 or (at your option)
|
|||
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
|
||||
## Changelog
|
||||
- ** Pre Release 0.4.7 **
|
||||
- Fixing Navbar "hopping"
|
||||
|
||||
- ** 0.4.6 Aug. 1st 2016 **
|
||||
- Update to Bootstrap 4 Alpha 3
|
||||
- Adding basic padding to aligned content images
|
||||
|
|
|
@ -4771,7 +4771,8 @@ a.skip-link {
|
|||
margin-top: 4px; }
|
||||
|
||||
.navbar .collapsing, .navbar .collapse.in {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
float: left; }
|
||||
|
||||
.navbar-dark .navbar-toggle {
|
||||
border: 1px solid #fff; }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -119,6 +119,7 @@ right: 0px;
|
|||
.navbar {
|
||||
.collapsing, .collapse.in {
|
||||
width:100%;
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue