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 b6d91a2 commit 690cc13Copy full SHA for 690cc13
src/librustdoc/html/static/main.css
@@ -292,6 +292,27 @@ nav.sub {
292
.content td p:first-child { margin-top: 0; }
293
.content td h1, .content td h2 { margin-left: 0; font-size: 1.1em; }
294
295
+.docblock table {
296
+ border: 1px solid #ddd;
297
+ margin: .5em 0;
298
+ border-collapse: collapse;
299
+ width: 100%;
300
+}
301
+
302
+.docblock table td {
303
+ padding: .5em;
304
+ border-top: 1px dashed #ddd;
305
+ border-bottom: 1px dashed #ddd;
306
307
308
309
+.docblock table th {
310
311
+ text-align: left;
312
+ border-top: 1px solid #ddd;
313
+ border-bottom: 1px solid #ddd;
314
315
316
.content .item-list {
317
list-style-type: none;
318
padding: 0;
0 commit comments