X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fdoc.css;h=1173b95d037f1b926a0769e6ab605c930b3b66ea;hb=8f635fec79961b4aaabaab184e9576c5b97122af;hp=39ace2132733c2c048da161ce999a563afb455f3;hpb=93ac2090dfae4917cfdd3324d35b60756f5dd8b3;p=blerg.git diff --git a/www/css/doc.css b/www/css/doc.css index 39ace21..1173b95 100644 --- a/www/css/doc.css +++ b/www/css/doc.css @@ -11,6 +11,12 @@ h1, h2, h3, h4, h5 { clear: both; } +pre { + background-color: #090909; + color: #F7F7F7; + padding: 0.5em; +} + .pizzapie { width: 25%; font-family: sans-serif; @@ -61,3 +67,11 @@ h1, h2, h3, h4, h5 { .bitstructure .B2 { height: 16px; } + +.magic { + display: none; +} + +.magic + .magic { + display: inline; +}