Support org-mode export pre code - cl-yag - Common Lisp Yet Another website Generator
HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 4fd8a06766051afce42b6eeec8f182ccb36b87f3
DIR parent 6d3f6f665dc9ad801d57ffb7716d9fda78661bd7
HTML Author: solene rapenne <solene@dataswamp.org>
Date: Sun, 17 Dec 2017 02:56:21 +0100
Support org-mode export pre code
Diffstat:
M static/css/clym.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/static/css/clym.css b/static/css/clym.css
@@ -153,7 +153,7 @@ article > header > h1 > a {
/* ====================================================== */
/* A basic style for code */
/* ====================================================== */
-code {
+.src, code {
display:inline-block;
padding: 1px 5px;
border-radius: 3px;
@@ -162,7 +162,7 @@ code {
font-size: 0.8em;
color: #3c3f42;
}
-pre > code {
+pre > code, pre.src {
display: block;
height: auto;
padding: 1em;