Skip to content

Commit 89b62eb

Browse files
committed
border-bottom: none
1 parent 4da89d5 commit 89b62eb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,14 +1278,12 @@ div.l-content > div.l-separator:nth-of-type(4) {
12781278
overflow: hidden;
12791279
font-size: 13px;
12801280
}
1281-
1282-
.units div:last-child {
1283-
border-bottom: none !important;
1284-
}
1285-
12861281
.units .l-unit {
12871282
border-bottom: 1px solid #ddd;
12881283
}
1284+
.units > div:last-child {
1285+
border-bottom: none;
1286+
}
12891287

12901288

12911289

0 commit comments

Comments
 (0)