12 lines
175 B
CSS
12 lines
175 B
CSS
|
.column-oriented {
|
||
|
margin-top: 50px !important;
|
||
|
}
|
||
|
|
||
|
.bottom-line > tr {
|
||
|
border-bottom: 1px solid #ccc;
|
||
|
}
|
||
|
|
||
|
.bottom-line tr:nth-last-child() {
|
||
|
border-bottom: none;
|
||
|
}
|