Skip to content

Commit 4397660

Browse files
fabiocolaciojasonm23
authored andcommitted
Improve readability of tables
1 parent 14851e5 commit 4397660

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

markdown.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@ dd { margin: 0 0 0 2em; }
7373

7474
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
7575

76-
table { border-collapse: collapse; border-spacing: 0; }
76+
table {
77+
border-collapse: collapse;
78+
border-spacing: 0;
79+
width: 100%;
80+
}
81+
th { border-bottom: 1px solid black; }
7782
td { vertical-align: top; }
7883

7984
@media only screen and (min-width: 480px) {

0 commit comments

Comments
 (0)