X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fcss%2Fdoc.css;h=be17dda542e9287c1283ad09cf3f4ff93164f79b;hb=b97aaf62ec7989362d563df202d5a62db68e3e0a;hp=cfe64b649c775433fe3a4aa34099502e58d5fee0;hpb=0346eef06cd33b7e8dce92e3494dc1f5b71ceb8f;p=blerg.git diff --git a/www/css/doc.css b/www/css/doc.css index cfe64b6..be17dda 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 { @@ -31,3 +32,40 @@ 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; +} + +.magic { + display: none; +} + +.magic + .magic { + display: inline; +}