adjusted borders for graphs to align with the jobs widget

This commit is contained in:
Jared Tabor
2014-07-02 10:32:19 -04:00
parent f39939b152
commit 72f3005f8b
4 changed files with 35 additions and 105 deletions

View File

@@ -34,6 +34,13 @@
padding: 5px;
}
.graph-container{
border: 1px solid @grey;
border-radius: 4px;
padding: 5px;
margin-bottom: 15px;
}
.carousel-control.left, .carousel-control.right {
background-image: none
}