GUAC-586: Username header should respect case.

This commit is contained in:
Michael Jumper
2015-08-28 23:04:27 -07:00
parent 83318d9c68
commit 6cbe8be354

View File

@@ -23,3 +23,7 @@
.manage-user .username.header {
margin-bottom: 0;
}
.manage-user .username.header h2 {
text-transform: none;
}