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

Annotation of mandoc/style.css, Revision 1.5

1.1       kristaps    1: body           { color: #333333;
                      2:                  font-size: smaller;
                      3:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                      4:
1.5     ! kristaps    5: table.frame    { max-width: 800px;
        !             6:                  padding-left: 10px; }
1.1       kristaps    7:
1.5     ! kristaps    8: table          { padding-left: 40px; }
1.1       kristaps    9:
1.5     ! kristaps   10: p              { padding-left: 40px;
        !            11:                  text-align: justify; }
1.1       kristaps   12:
                     13: h1             { font-weight: bold;
                     14:                  font-size: small;
                     15:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                     16:
                     17: h2             { font-weight: bold;
                     18:                  font-size: small;
1.5     ! kristaps   19:                  padding-left: 20px;
1.1       kristaps   20:                  margin-bottom: 0px;
                     21:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                     22:
                     23: span.nm                { color: #000000; font-weight: bold; }
                     24:
                     25: span.attn      { color: #000000; font-weight: bold; }
                     26:
                     27: div.head       { border-bottom: 1px dotted #cccccc;
                     28:                  padding-bottom: 5px;
                     29:                  text-align: right; }
                     30:
                     31: div.foot       { border-top: 1px dotted #cccccc;
                     32:                  padding-top: 5px;
                     33:                  font-size: smaller;
                     34:                  text-align: right; }
                     35:
                     36: a.external     { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }

CVSweb