Introduction
Introduction Statistics Contact Development Disclaimer Help
Support org-mode export pre code - cl-yag - Common Lisp Yet Another website Gen…
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
LICENSE
---
commit 4fd8a06766051afce42b6eeec8f182ccb36b87f3
parent 6d3f6f665dc9ad801d57ffb7716d9fda78661bd7
Author: solene rapenne <[email protected]>
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(-)
---
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;
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.