Support highlight table style

This commit is contained in:
Mizunashi Mana 2019-04-15 12:28:30 +09:00
parent 63e3192b27
commit 77f8681ff4
No known key found for this signature in database
GPG key ID: 5B1846E33A4B36E8

View file

@ -250,6 +250,26 @@ main {
border-top: 1px solid #ddd;
}
}
table.highlighttable {
width: 100%;
table-layout: fixed;
td {
border-style: none;
padding: 0px;
}
td.linenos {
width: 2.5em;
pre {
padding-right: .8em;
background-color: inherit;
text-align: right;
}
}
}
}
footer {