projects
/
cgilite
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887a68a
)
style for line-block
author
Paul Hänsch
<paul@plutz.net>
Mon, 28 Aug 2023 17:20:52 +0000
(19:20 +0200)
committer
Paul Hänsch
<paul@plutz.net>
Mon, 28 Aug 2023 17:20:52 +0000
(19:20 +0200)
common.css
patch
|
blob
|
history
diff --git
a/common.css
b/common.css
index 51feb2efa7b7dbb61ce7a5aa73c426775037e62b..a4f6906e912aa4e0c54ffdea6051c8324e5cd637 100644
(file)
--- a/
common.css
+++ b/
common.css
@@
-175,4
+175,8
@@
input[type=radio].tab ~ *.tab {
box-shadow: .125em .125em .125em #888;
}
+/* Markdown line-block */
+.line-block { white-space: pre-wrap; }
+.line-block br { display: none; }
+
/* ======= End Common Styles ======= */