css fix
This commit is contained in:
@@ -1246,16 +1246,22 @@ section {
|
||||
border-width: 0;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
> li.list-group-item:first-child {
|
||||
border-top-width: 1px;
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
||||
> li.list-group-item:last-child {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.panel.dashlet > .panel-body > .list-container > .list > .list-group {
|
||||
> li.list-group-item:last-child {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
table.no-margin {
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user