X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fdoc.css;h=adfe20c70389e4a618db52c80abb63cac8e2d9b0;hb=5716eac27981ca48d26485fabc975ce8f965ccf4;hp=1173b95d037f1b926a0769e6ab605c930b3b66ea;hpb=e4bb47fae5fbdd876d9f133188dfe8ae65acbe9c;p=blerg.git diff --git a/www/css/doc.css b/www/css/doc.css index 1173b95..adfe20c 100644 --- a/www/css/doc.css +++ b/www/css/doc.css @@ -9,6 +9,11 @@ body { h1, h2, h3, h4, h5 { font-family: sans-serif; clear: both; + margin-bottom: 0.5em; +} + +h1 + p, h2 + p, h3 + p, h4 + p, h5 + p { + margin-top: 0.5em; } pre { @@ -68,6 +73,17 @@ pre { height: 16px; } +.feature { + font-family: sans-serif; + font-size: 12pt; + color: #707010; + font-weight: bold; +} + +h3 + .feature { + margin-top: -10px; +} + .magic { display: none; }