add progress bars

This commit is contained in:
Quincy Larson
2015-06-01 23:27:33 -07:00
parent 52147821b6
commit 2fa0f34eb8
3 changed files with 22 additions and 4 deletions

View File

@@ -332,6 +332,15 @@ ul {
}
}
.thin-progress-bar {
height: 8px;
margin-top:3px;
margin-bottom:0px;
width: 60%;
margin-right: auto;
margin-left: auto;
}
.panel-body {
margin-bottom: -6px;
}