Changed hr color so it can actually be seen
This commit is contained in:
parent
a819665ce7
commit
1e67564ef1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue