updated navbar mobile icon

revise mobile menu icon to be better placed over X

remove need for content "_" and font-sizing.  based on border-top and border-bottom now

gz size 969b
This commit is contained in:
Scott O'Hara 2014-02-23 18:51:19 -05:00
parent 809e87f66c
commit b6b5195464

View file

@ -68,13 +68,15 @@
& div:before {
background: #000;
border-top: 3px solid;
border-bottom: 10px double;
content: '_';
content: '';
float: right;
font: bold 32px/0 sans-serif; // bold, 32px sans-serif text with a line-height of zero
height: 21px;
height: 4px;
position: relative;
top: 1px;
right: 3px;
top: 14px;
width: 20px;
}
a {