We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6477e7 commit ad5b227Copy full SHA for ad5b227
datafiles/static/hackage.css
@@ -260,6 +260,21 @@ div #description img {
260
max-width:55%;
261
}
262
263
+div #description table {
264
+ border: 1px solid #ddd;
265
+ border-collapse: collapse;
266
+}
267
+
268
+div #description table tr td {
269
270
+ padding: 0.15em 0.45em;
271
272
273
+div #description table th {
274
275
+ background: #f0f0f0;
276
277
278
table.properties td:first-child, table.properties th:first-child {
279
padding-left: 0;
280
0 commit comments