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

Annotation of mandoc/style.css, Revision 1.10

1.8       kristaps    1: div.body       { color: #333333;
                      2:                  max-width: 800px;
                      3:                  padding-left: 10px;
                      4:                  font-size: smaller;
                      5:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                      6: span.sec-head  { font-weight: bold; color: blue; }
                      7: span.ssec-head { font-weight: bold; color: blue; }
                      8: span.addr      { text-decoration: underline; }
                      9: span.arg       { font-style: italic; }
1.10    ! kristaps   10: span.cmd       { font-weight: bold; }
1.8       kristaps   11: span.config    { font-weight: bold; }
                     12: span.diag      { font-weight: bold; }
                     13: span.emph      { font-style: italic; }
1.9       kristaps   14: span.farg      { text-decoration: underline; }
1.10    ! kristaps   15: span.fname     { font-style: italic; }
1.8       kristaps   16: span.file      { font-style: italic; }
                     17: span.flag      { font-weight: bold; }
1.10    ! kristaps   18: span.includes  { font-weight: bold; }
1.8       kristaps   19: span.name      { font-weight: bold; }
1.9       kristaps   20: span.type      { font-style: italic; }
1.8       kristaps   21: span.utility   { font-weight: bold; }
1.10    ! kristaps   22: span.var       { font-weight: bold; }
        !            23:
1.8       kristaps   24: table.header   { border-bottom: 1px dotted #cccccc; }
                     25: table.footer   { border-top: 1px dotted #cccccc; }
1.1       kristaps   26:

CVSweb