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

Annotation of mandoc/style.css, Revision 1.9

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; }
                     10: span.config    { font-weight: bold; }
                     11: span.diag      { font-weight: bold; }
                     12: span.emph      { font-style: italic; }
1.9     ! kristaps   13: span.farg      { text-decoration: underline; }
1.8       kristaps   14: span.file      { font-style: italic; }
                     15: span.flag      { font-weight: bold; }
                     16: span.name      { font-weight: bold; }
1.9     ! kristaps   17: span.type      { font-style: italic; }
1.8       kristaps   18: span.utility   { font-weight: bold; }
                     19: table.header   { border-bottom: 1px dotted #cccccc; }
                     20: table.footer   { border-top: 1px dotted #cccccc; }
1.1       kristaps   21:

CVSweb