X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fccan.css;h=978e9b455b7e87a7a95182669bf9fd8eefc5cba5;hp=80bd6d8ff36e8d7c4eefe6f06db9668d1ef1bf98;hb=60e31637d7545a22844a3c0f46833031bce4295f;hpb=08f71340279dbcee1dfcccceef90a024cf4ed5fe diff --git a/web/ccan.css b/web/ccan.css index 80bd6d8f..978e9b45 100644 --- a/web/ccan.css +++ b/web/ccan.css @@ -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; +} +