diff options
Diffstat (limited to '_site_build')
| -rw-r--r-- | _site_build/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/css/style.css b/_site_build/css/style.css index f6a2511..f8616dd 100644 --- a/_site_build/css/style.css +++ b/_site_build/css/style.css @@ -375,7 +375,7 @@ section#archives ol { /* ==|== pygments styles ======================================================= */ -.highlight pre { padding: 0.5em; } +.highlight pre { padding: 0.5em; white-space: pre; overflow: auto } .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ |
