Skip to content

Commit

Permalink
table styling
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSwirrl committed Dec 12, 2016
1 parent eb7f26b commit ff66c05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions coverage-json/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
text-decoration-color:black;
}

table {
border-collapse: collapse;
caption-side: bottom;
}

table, th, td {
border: 1px solid black;
padding: 0.3em;
}


</style>
</head>
<body>
Expand Down

0 comments on commit ff66c05

Please sign in to comment.