koenemann 2016-08-08 08:32:37 +02:00
parent 606132a45c
commit eaa316b2be
5 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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; }

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -119,6 +119,7 @@ right: 0px;
.navbar {
.collapsing, .collapse.in {
width:100%;
float:left;
}
}