X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fdoc.css;h=39ace2132733c2c048da161ce999a563afb455f3;hb=993eed26085de3e6467221c442499fb5bc81e0ae;hp=de78a2669468f9934275b48fbcc27fa9686e99f0;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;p=blerg.git diff --git a/www/css/doc.css b/www/css/doc.css index de78a26..39ace21 100644 --- a/www/css/doc.css +++ b/www/css/doc.css @@ -3,6 +3,7 @@ */ body { font: 14pt serif; + margin: 16pt; } h1, h2, h3, h4, h5 { @@ -23,3 +24,40 @@ h1, h2, h3, h4, h5 { padding: 8pt; text-align: center; } + +.statistics { + font-family: sans-serif; +} + +.statistics td { + padding-right: 16pt; +} + +.bitstructure { + font-family: sans-serif; + font-size: 10pt; + border-collapse: collapse; + float: right; + clear: both; + margin: 0 0 16pt 16pt; +} + +.bitstructure td { + border: 2px solid black; +} + +.bitstructure .B32 { + height: 128px; +} + +.bitstructure .B8 { + height: 64px; +} + +.bitstructure .B4 { + height: 32px; +} + +.bitstructure .B2 { + height: 16px; +}