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

Diff for /mandoc/Attic/index.css between version 1.3 and 1.8

version 1.3, 2010/03/22 18:30:23 version 1.8, 2010/12/20 13:57:49
Line 1 
Line 1 
 body            { color: #333333;  body            { color: #333333;
                   font-size: smaller;                    font-size: 0.93em;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-family: Times, sans-serif; }
   
 table.frame     { max-width: 800px;  table.frame     { max-width: 800px;
                   padding-left: 10px; }                    padding-right: 2em;
                     padding-left: 1em; }
   
 table           { padding-left: 40px; }  table           { padding-left: 40px; }
   
Line 20  h2  { font-weight: bold;
Line 21  h2  { font-weight: bold;
                   margin-bottom: 0px;                    margin-bottom: 0px;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-family: Verdana, Tahoma, Arial, sans-serif; }
   
 span.rev        { font-weight: bold; }  span.nm         { font-weight: bold; }
   
 span.nm         { color: #000000; font-weight: bold; }  span.file       { font-style: italic; }
   
 span.attn       { color: #000000; font-weight: bold; }  span.attn       { color: #000000; font-weight: bold; }
   
 span.flag       { font-weight: bold; }  span.flag       { font-weight: bold; }
   
 div.head        { border-bottom: 1px dotted #cccccc;  div.head        { border-bottom: 1px solid #dddddd;
                   padding-bottom: 5px;                    padding-bottom: 5px;
                   text-align: right; }                    text-align: right; }
   
 div.foot        { border-top: 1px dotted #cccccc;  div.foot        { border-top: 1px solid #dddddd;
                   padding-top: 5px;                    padding-top: 5px;
                   font-size: smaller;                    font-size: smaller;
                   text-align: right; }                    text-align: right; }
   
 a.external      { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }  a.external      { background: transparent url(external.png) center right no-repeat;
                     padding-right: 12px; }
   
 span.date       { color: #808080; }  span.date       { color: #000000; }
   
 col.date        { width: 8em; }  div.news        { margin-bottom: 2em; }
   
   div.news ul     { margin-left: 4em; }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.8

CVSweb