stas        02/02/03 01:07:10

  Modified:    src      style.css
  Log:
  - fg color change for the table-top
  - slight restructure of the css tags
  
  Revision  Changes    Path
  1.19      +19 -12    modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- style.css 3 Feb 2002 07:06:11 -0000       1.18
  +++ style.css 3 Feb 2002 09:07:10 -0000       1.19
  @@ -96,24 +96,31 @@
          /* background-color: #ffffff;*/
   }
   
  -div.ad a:link    {text-decoration: none; color: #525D76;}
  -div.ad a:visited {text-decoration: none; color: #525D76;}
  -div.ad a:active  {text-decoration: none; color: #525D76;}
  -div.ad a:hover   {text-decoration: none; color: #525D76;}
  +div.ad a:link    {text-decoration: none; color: #525d76;}
  +div.ad a:visited {text-decoration: none; color: #525d76;}
  +div.ad a:active  {text-decoration: none; color: #525d76;}
  +div.ad a:hover   {text-decoration: none; color: #525d76;}
   
   div.adtext {
           font-size: x-small;
           text-align:center;
   }
   
  -.table-head  { }
  -.table-top   { background-color: #cccccc; color: #525d76;}
  -.table-cell  { background-color: #eeeeee; 
  -               vertical-align:top; }
  -.table-surround      { background-color: black; }
  -.table-light { background-color: #00cc99; }
  -
  -
  +.table-head {}
  +.table-top {
  +        background-color: #cccccc;
  +        color: #525d76;
  +}
  +.table-cell { 
  +        background-color: #eeeeee;
  +        vertical-align:top;
  +}
  +.table-surround { 
  +        background-color: black; 
  +}
  +.table-light { 
  +        background-color: #00cc99; 
  +}
   
   div.selectedmenuitem {
           font-weight: bold;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to