update navbar as per Sass folder changes
This commit is contained in:
parent
dc601a20c3
commit
7b59eee554
1 changed files with 6 additions and 4 deletions
|
@ -55,14 +55,16 @@
|
|||
height: auto;
|
||||
}
|
||||
.nav div:before {
|
||||
content: '_';
|
||||
content: '';
|
||||
border-top: 3px solid;
|
||||
border-bottom: 10px double;
|
||||
float: right;
|
||||
top: 1px;
|
||||
height: 4px;
|
||||
right: 3px;
|
||||
top: 14px;
|
||||
width: 20px;
|
||||
position: relative;
|
||||
background: #000;
|
||||
height: 21px;
|
||||
font: bold 32px/0 sans-serif; /* bold, 32px sans-serif text with a line-height of zero */
|
||||
}
|
||||
.nav a {
|
||||
padding: .5em 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue