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

Diff for /mandoc/Attic/index.css between version 1.5 and 1.9

version 1.5, 2010/07/21 09:59:52 version 1.9, 2011/04/09 16:43:30
Line 1 
Line 1 
   html            { min-width: 40em;
                     max-width: 60em;
                     width: 60%;
                     margin-left: 4em; }
   
 body            { color: #333333;  body            { color: #333333;
                   font-size: smaller;                    text-align: justify;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-size: 0.93em;
                     font-family: Times, serif; }
   
 table.frame     { max-width: 800px;  h1, h2          { font-size: inherit; }
                   padding-left: 10px; }  
   
 table           { padding-left: 40px; }  h1              { margin-left: -3.0em; }
   
 p               { padding-left: 40px;  h2              { margin-left: -1.5em; }
                   text-align: justify; }  
   
 h1              { font-weight: bold;  p.head, p.foot  { margin-left: -3.0em;
                   font-size: small;                    text-align: right; }
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
 h2              { font-weight: bold;  p.head          { border-bottom: 1px solid #dddddd;
                   font-size: small;                    padding-bottom: 0.2em; }
                   padding-left: 20px;  
                   margin-bottom: 0px;  
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
   p.foot          { border-top: 1px solid #dddddd;
                     padding-top: 0.2em;
                     font-size: smaller; }
   
   p.news          { color: #000000;
                     margin-left: -0.5em; }
   
 span.nm         { font-weight: bold; }  span.nm         { 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 solid #dddddd;  a               { text-decoration: none; }
                   padding-bottom: 5px;  
                   text-align: right; }  
   
 div.foot        { border-top: 1px solid #dddddd;  
                   padding-top: 5px;  
                   font-size: smaller;  
                   text-align: right; }  
   
 a.external      { background: transparent url(external.png) center right no-repeat;  a.external      { background: transparent url(external.png) center right no-repeat;
                   padding-right: 12px; }                    padding-right: 12px; }
   
 span.date       { color: #000000; }  
   
 div.news        { margin-bottom: 2em; }  
   
 div.news ul     { margin-left: 4em; }  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

CVSweb