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

View File

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