--- doc/tmpl/css/preview.css 2019/09/10 10:34:38 3598 +++ doc/tmpl/css/preview.css 2019/09/15 20:39:58 3599 @@ -207,6 +207,14 @@ color:#c4950c; } +body .code .ut, body code .ut { /*std measuring unit type*/ + color:#50bc00; +} + +body .code .up, body code .up { /*metric prefix of unit*/ + color:#000000; +} + body .code .i, body code .i { /*identifier (function name)*/ /*color:#0c4fc4;*/ color:#1ba1dd; @@ -310,6 +318,12 @@ font-weight:500; } +body note.remark:before { + white-space:pre-wrap; + content:'Remark: '; + font-weight:500; +} + body note { display:table; /*HACK: "block" would stretch the entire page width */ background-color:#ede8e8;