diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 20:52:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 20:55:11 -0300 |
commit | 645af413b60128230359737d14de0fce0cf438a3 (patch) | |
tree | 8353c50e9f339965237fcd8e5ad9f72af02a0b6b /pastebin-template.org | |
parent | Remove unrequired single derivation name (diff) | |
download | euandre.org-645af413b60128230359737d14de0fce0cf438a3.tar.gz euandre.org-645af413b60128230359737d14de0fce0cf438a3.tar.xz |
Add line wrapping to pre tag in pastebin template
Diffstat (limited to '')
-rw-r--r-- | pastebin-template.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pastebin-template.org b/pastebin-template.org index 0b7ec0b..3856724 100644 --- a/pastebin-template.org +++ b/pastebin-template.org @@ -1,2 +1,3 @@ #+BIND: org-html-postamble-format (("en" "<p class=\"postamble\">%T</p>"))) #+HTML_HEAD: <style>#postamble{ text-align: center; }</style> +#+HTML_HEAD: <style>pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}</style> |