]> git.ozlabs.org Git - ccan/blobdiff - web/ccan.css
Syntax highlighting for module example code using prettify. Note: prettify is introdu...
[ccan] / web / ccan.css
index 280f04497bc1ec8c90896f142b199ad4b98b0d58..978e9b455b7e87a7a95182669bf9fd8eefc5cba5 100644 (file)
@@ -180,3 +180,11 @@ img {
     text-align: right;
     margin-top: 0;
 }
+
+pre {
+    max-width: 95%;
+    overflow: auto;
+    *overflow: scroll;
+    border: 0px !important;
+}
+