smaller nav area
This commit is contained in:
parent
da49433e93
commit
a19b6f5054
3 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
#user-nav {
|
#user-nav {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 10px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
|
|
||||||
#search
|
#search
|
||||||
{
|
{
|
||||||
padding: 10px 15px !important;
|
padding: 10px 15px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search > form
|
#search > form
|
||||||
|
@ -239,6 +239,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment
|
.comment
|
||||||
|
@ -280,4 +281,6 @@
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
min-height: 0 !important;
|
min-height: 0 !important;
|
||||||
|
background: #d64760 url('images/overlay.png');
|
||||||
|
padding: 1em 2em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<nav id="header">
|
<nav>
|
||||||
<div .row>
|
<div .row>
|
||||||
<div .col-md-9>
|
<div .col-md-9>
|
||||||
<ul #user-nav>
|
<ul #user-nav>
|
||||||
|
|
Loading…
Reference in a new issue