lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.1.7 vs lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.1.8
- old
+ new
@@ -103,14 +103,17 @@
}
#book .code {
margin-top: 0.2em;
width: 100%;
- white-space: pre;
font-family: "Courier New", Courier, monospace;
border: 1px solid #999;
background: #eee;
margin-bottom: 1em;
+}
+
+#book .code pre {
+ white-space: pre;
}
#book .codelisting {
width: 100%;
border: 1px solid #999;