diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index 6f4b3a1..cd3d001 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -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 {