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

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

version 1.1, 2009/09/21 13:06:13 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; }  
   
 div.clhead      { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; }  p.foot          { border-top: 1px solid #dddddd;
                     padding-top: 0.2em;
                     font-size: smaller; }
   
 div.clbody      { margin-left: 2px; }  p.news          { color: #000000;
                     margin-left: -0.5em; }
   
 ul.clbody       { margin-top: 4px; }  span.nm         { font-weight: bold; }
   
 span.rev        { color: #808080; }  span.file       { font-style: italic; }
   
 span.nm         { color: #000000; font-weight: bold; }  
   
 span.attn       { color: #000000; font-weight: bold; }  span.attn       { color: #000000; font-weight: bold; }
   
 div.head        { border-bottom: 1px dotted #cccccc;  span.flag       { font-weight: bold; }
                   padding-bottom: 5px;  
                   text-align: right; }  
   
 div.foot        { border-top: 1px dotted #cccccc;  a               { text-decoration: none; }
                   padding-top: 5px;  
                   font-size: smaller;  
                   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; }

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

CVSweb