]> git.ozlabs.org Git - ccan/blobdiff - web/ccan.css
shachain: allow overriding of number of bits, add cmdline tool.
[ccan] / web / ccan.css
index 80bd6d8ff36e8d7c4eefe6f06db9668d1ef1bf98..978e9b455b7e87a7a95182669bf9fd8eefc5cba5 100644 (file)
@@ -82,6 +82,11 @@ ul.menu {
 
 table {
     background: none;
+    max-width: 850px;
+    margin-left: auto;
+    margin-right: auto;
+    padding: 0px;
+    width: 100%;
 }
 
 table a {
@@ -175,3 +180,11 @@ img {
     text-align: right;
     margin-top: 0;
 }
+
+pre {
+    max-width: 95%;
+    overflow: auto;
+    *overflow: scroll;
+    border: 0px !important;
+}
+