Browse Source

make pre-wrap default for all pre tags... w/ show lines, it becomes

more explicite...  It'd be nice to put everything in a div or something
that would scroll all the pre > code elements, but don't know how now..
main
John-Mark Gurney 3 years ago
parent
commit
dd15aebd40
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      content/media/css/custom.css

+ 2
- 1
content/media/css/custom.css View File

@@ -64,9 +64,10 @@ ul.tags li {
display: inline-block;
}

pre.showlines {
pre {
white-space: pre-wrap;
}

pre.showlines::before {
counter-reset: listing;
}


Loading…
Cancel
Save