publish: fix: navbar layout

generated from commit 8e75295c22
This commit is contained in:
Federico Zivolo 2017-09-10 18:00:26 +02:00
parent 786d5ab53a
commit 6ec61077c5
2 changed files with 2 additions and 9 deletions

View File

@ -9516,16 +9516,9 @@ thead.thead-inverse th,
z-index: 1; z-index: 1;
border: 0; border: 0;
border-radius: 0; border-radius: 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
display: flex;
flex-flow: row nowrap;
flex-shrink: 0;
align-items: center;
align-self: stretch; }
.navbar .navbar-brand { .navbar .navbar-brand {
position: relative; } position: relative; }
.navbar > * {
flex-shrink: 0; }
.navbar > .container { .navbar > .container {
flex: 1; } flex: 1; }

File diff suppressed because one or more lines are too long