[BACK]Return to mdocml.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/mdocml.css, Revision 1.2

1.2     ! kristaps    1:        body                    { margin: 10px;
        !             2:                                  font-family: Tahoma, sans-serif;
        !             3:                                  font-size: small; }
        !             4:        div.mdoc                { width: 600px; }
        !             5:        div.block-Sh            { margin-bottom: 20px; }
        !             6:        div.head-Sh             { font-weight: bold;
        !             7:                                  font-size: larger; }
        !             8:        div.head-Ss             { font-weight: bold;
        !             9:                                  margin-top: 10px;
        !            10:                                  text-align: justify; }
        !            11:        div.body-Sh             { margin-left: 20px;
        !            12:                                  margin-top: 10px;
        !            13:                                  text-align: justify; }
        !            14:        span.inline-Nd:before   { content: ' \2014 '; }
        !            15:        span.inline-Fl:before   { content: '-'; }
        !            16:        span.inline-Fl          { font-weight: bolder; }
        !            17:        span.inline-Ar          { text-decoration: underline; }
        !            18:        span.inline-Pa          { text-decoration: underline; }
        !            19:        span.inline-Op:before   { content: '['; }
        !            20:        span.inline-Op:after    { content: ']'; }
        !            21:        div.block-Bl            { margin-top: 10px;
        !            22:                                  margin-left: 20px; }
        !            23:        div.inline-Pp           { margin-bottom: 10px; }
        !            24:        span.inline-D1          { margin-left: 20px; }
        !            25:        span.inline-Qq:before   { content: '\201c'; }
        !            26:        span.inline-Qq:after    { content: '\201d'; }
        !            27:        span.inline-Sq:before   { content: '\2018'; }
        !            28:        span.inline-Sq:after    { content: '\2019'; }

CVSweb