X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fdoc.css;h=39ace2132733c2c048da161ce999a563afb455f3;hb=1046d761565b61753ad028afe716a8a1cc7eda99;hp=bb289478134a6f282ff2ee8555e278b6d849811d;hpb=4f3fa0594ee551da29b1ea0ed20a076410959d91;p=blerg.git diff --git a/www/css/doc.css b/www/css/doc.css index bb28947..39ace21 100644 --- a/www/css/doc.css +++ b/www/css/doc.css @@ -32,3 +32,32 @@ h1, h2, h3, h4, h5 { .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; +}