Changed hr color so it can actually be seen

This commit is contained in:
David Thurstenson 2017-02-17 09:42:32 -06:00
parent a819665ce7
commit 1e67564ef1
1 changed files with 3 additions and 0 deletions

View File

@ -5833,6 +5833,9 @@ button.list-group-item-danger.active:focus {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well hr {
border-top: 1px solid #444;
}
.well-lg {
padding: 24px;
border-radius: 6px;