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

Annotation of mandoc/index.css, Revision 1.3

1.1       kristaps    1: body           { color: #333333;
                      2:                  font-size: smaller;
                      3:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                      4:
                      5: table.frame    { max-width: 800px;
                      6:                  padding-left: 10px; }
                      7:
                      8: table          { padding-left: 40px; }
                      9:
                     10: p              { padding-left: 40px;
                     11:                  text-align: justify; }
                     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;
                     19:                  padding-left: 20px;
                     20:                  margin-bottom: 0px;
                     21:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
                     22:
1.2       kristaps   23: span.rev       { font-weight: bold; }
1.1       kristaps   24:
                     25: span.nm                { color: #000000; font-weight: bold; }
                     26:
                     27: span.attn      { color: #000000; font-weight: bold; }
                     28:
1.3     ! kristaps   29: span.flag      { font-weight: bold; }
        !            30:
1.1       kristaps   31: div.head       { border-bottom: 1px dotted #cccccc;
                     32:                  padding-bottom: 5px;
                     33:                  text-align: right; }
                     34:
                     35: div.foot       { border-top: 1px dotted #cccccc;
                     36:                  padding-top: 5px;
                     37:                  font-size: smaller;
                     38:                  text-align: right; }
                     39:
                     40: a.external     { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }
1.2       kristaps   41:
                     42: span.date      { color: #808080; }
1.3     ! kristaps   43:
        !            44: col.date       { width: 8em; }

CVSweb