Skip to content

Commit ad5b227

Browse files
committed
improve description table styling
1 parent d6477e7 commit ad5b227

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

datafiles/static/hackage.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,21 @@ div #description img {
260260
max-width:55%;
261261
}
262262

263+
div #description table {
264+
border: 1px solid #ddd;
265+
border-collapse: collapse;
266+
}
267+
268+
div #description table tr td {
269+
border: 1px solid #ddd;
270+
padding: 0.15em 0.45em;
271+
}
272+
273+
div #description table th {
274+
padding: 0.15em 0.45em;
275+
background: #f0f0f0;
276+
}
277+
263278
table.properties td:first-child, table.properties th:first-child {
264279
padding-left: 0;
265280
}

0 commit comments

Comments
 (0)