~mort/coffeepaste

e586900f830a9374dd465c4c34086e5234843ca8 — Martin Dørum 2 years ago fbcfca9
fix line nums
1 files changed, 4 insertions(+), 1 deletions(-)

M web/view.html
M web/view.html => web/view.html +4 -1
@@ 4,9 4,12 @@
    <title>Coffeepaste</title>
    <link rel="stylesheet" href="/vendor/highlight.css">
<style>
html, body, #container, #line-nums {
html, body, #container, #container pre {
    height: 100%;
}
#line-nums {
    min-height: 100%;
}
body, .hljs {
    background: #121212;
    color: #f5f2e0;