fix: #7226, added placeholder styling for fa-nbb-none

This commit is contained in:
Julian Lam
2019-01-11 12:30:18 -05:00
parent f96ef7bbff
commit 87c2d10811

View File

@@ -1,4 +1,13 @@
#navigation {
.fa-nbb-none {
display: inline-block;
width: 16px;
height: 16px;
border: 2px dashed #aaa;
position: relative;
top: 0.2em;
}
#active-navigation {
float: none;
min-height: 50px;