]> git.plutz.net Git - cgilite/commitdiff
style for line-block
authorPaul Hänsch <paul@plutz.net>
Mon, 28 Aug 2023 17:20:52 +0000 (19:20 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 28 Aug 2023 17:20:52 +0000 (19:20 +0200)
common.css

index 51feb2efa7b7dbb61ce7a5aa73c426775037e62b..a4f6906e912aa4e0c54ffdea6051c8324e5cd637 100644 (file)
@@ -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 ======= */