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

Diff for /mandoc/Attic/style.css between version 1.1 and 1.6

version 1.1, 2009/02/23 15:19:47 version 1.6, 2009/07/16 14:07:23
Line 2  body  { color: #333333;
Line 2  body  { color: #333333;
                   font-size: smaller;                    font-size: smaller;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-family: Verdana, Tahoma, Arial, sans-serif; }
   
 p               { margin-left: 40px;  table.frame     { max-width: 800px;
                   text-align: justify; }                    padding-left: 10px; }
   
 table           { margin-left: 40px; }  table           { padding-left: 40px; }
   
 ul              { margin-left: 40px; }  p               { padding-left: 40px;
                     text-align: justify; }
   
 p.boxed         { border: 1px solid #cccccc;  
                   margin-left: 40px;  
                   text-align: justify;  
                   padding: 2px;  
                   color: black; }  
   
 h1              { font-weight: bold;  h1              { font-weight: bold;
                   font-size: small;                    font-size: small;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-family: Verdana, Tahoma, Arial, sans-serif; }
   
 h2              { font-weight: bold;  h2              { font-weight: bold;
                   font-size: small;                    font-size: small;
                   margin-left: 20px;                    padding-left: 20px;
                   margin-bottom: 0px;                    margin-bottom: 0px;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-family: Verdana, Tahoma, Arial, sans-serif; }
   
 h3              { font-size: small;  div.clhead      { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; }
                   font-weight: normal;  
                   margin-left: 20px;  
                   margin-bottom: 0px;  
                   font-family: Verdana, Tahoma, Arial, sans-serif; }  
   
 span.man        { color: #000000; border-bottom: 1px dotted #999999; }  div.clbody      { margin-left: 2px; }
   
 span.path       { color: #000000; }  ul.clbody       { margin-top: 4px; }
   
   span.rev        { color: #808080; }
   
 span.nm         { color: #000000; font-weight: bold; }  span.nm         { color: #000000; font-weight: bold; }
   
 span.attn       { color: #000000; font-weight: bold; }  span.attn       { color: #000000; font-weight: bold; }
Line 49  div.foot { border-top: 1px dotted #cccccc; 
Line 42  div.foot { border-top: 1px dotted #cccccc; 
                   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; }
   

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

CVSweb