Make line highlight set by hl_lines parameter span the whole line.

This commit is contained in:
Bartosz izdwuut Konikiewicz 2018-09-28 11:00:33 +02:00
parent 9a8da61cf2
commit 0a1cd00874

View File

@ -514,6 +514,9 @@ pre, code {
.post-content table code {
white-space: pre;
}
.highlight td:nth-child(2) {
width: 100%;
}
/* Unflavored code fences
------------------------------ */