stas        2002/07/15 03:10:44

  Modified:    src      style.css
  Log:
  use transparent bg colour where it's possible
  Submitted by: allan
  
  Revision  Changes    Path
  1.79      +3 -3      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- style.css 9 Jul 2002 10:29:18 -0000       1.78
  +++ style.css 15 Jul 2002 10:10:44 -0000      1.79
  @@ -327,7 +327,7 @@
   span.search-result-title {
       font-family: helvetica, arial, verdana, sans-serif;
      /* font-size: 1.0em;*/
  -    background-color: #ffffff;
  +    background-color: transparent;
       color: #000000;
   }
   
  @@ -409,7 +409,7 @@
       font-family: helvetica, arial, verdana, sans-serif;
       font-size: 0.9em;
       color: #004080;
  -    background-color: #ffffff;
  +    background-color: transparent;
       text-align: justify;
       padding-top: 10px;
       padding-right: 40px;
  @@ -427,7 +427,7 @@
       font-weight: normal;
       font-size: 0.85em;
       color: #004080;
  -    background-color: #ffffff;
  +    background-color: transparent;
       text-align: right;
       margin-top: 5px;
       margin-right: 60px;
  
  
  

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

Reply via email to