Skip to content

Commit 3418b0e

Browse files
committed
Better package / horizontal table styling
1 parent 22a8993 commit 3418b0e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

assets/css/stylesheet.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,14 @@ tr td:first-child {
144144
border-left: none;
145145
}
146146

147+
table.horizontal {
148+
border-top: 1px solid #e3e3e3;
149+
}
147150

148151
table.horizontal th {
149-
border-bottom: none;
150152
font-weight: 400px;
151153
}
152154

153-
table.horizontal td {
154-
border-bottom: none;
155-
}
156-
157155
/**
158156
* Links
159157
*/

0 commit comments

Comments
 (0)