removed borders that show up on dashboard screen before user logs in

This commit is contained in:
Jared Tabor
2014-07-18 14:38:31 -04:00
parent 48afe188b2
commit dde42b04f2
5 changed files with 16 additions and 9 deletions

View File

@@ -30,15 +30,17 @@
border: 1px solid @grey;
border-radius: 4px;
padding: 5px;
}
/*
.graph-container{
border: 1px solid @grey;
border-radius: 4px;
padding: 5px;
margin-bottom: 15px;
}
due to the login screen showing on top of the dashboard, we're hiding the borders until after the user logs in*/
.count-container{
border: 1px solid @grey;
border-radius: 4px;