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

Annotation of mandoc/mdocml.css, Revision 1.3

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; }
1.3     ! kristaps   17:        span.inline-Nm          { font-weight: bolder; }
1.2       kristaps   18:        span.inline-Ar          { text-decoration: underline; }
                     19:        span.inline-Pa          { text-decoration: underline; }
                     20:        span.inline-Op:before   { content: '['; }
                     21:        span.inline-Op:after    { content: ']'; }
                     22:        div.block-Bl            { margin-top: 10px;
                     23:                                  margin-left: 20px; }
                     24:        div.inline-Pp           { margin-bottom: 10px; }
                     25:        span.inline-D1          { margin-left: 20px; }
                     26:        span.inline-Qq:before   { content: '\201c'; }
                     27:        span.inline-Qq:after    { content: '\201d'; }
                     28:        span.inline-Sq:before   { content: '\2018'; }
                     29:        span.inline-Sq:after    { content: '\2019'; }

CVSweb