UX: remove glyphs from user page for now

This commit is contained in:
Sam 2016-01-12 14:14:52 +11:00
parent e1050d0273
commit 1c65fbc9b5
1 changed files with 4 additions and 3 deletions

View File

@ -89,9 +89,10 @@
}
.user-navigation .nav-stacked .glyph {
float: right;
display: block;
position: static;
display: none;
// float: right;
// display: block;
// position: static;
}
.user-navigation {