You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/02/03 07:36:51 UTC

cvs commit: modperl-docs/src style.css

stas        02/02/02 22:36:51

  Modified:    src      style.css
  Log:
  - fix broken css (missing ;)
  
  Revision  Changes    Path
  1.16      +2 -2      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- style.css	3 Feb 2002 06:26:43 -0000	1.15
  +++ style.css	3 Feb 2002 06:36:51 -0000	1.16
  @@ -3,8 +3,8 @@
           font-size: 0.8em;
           color: #000000; 
           /* background-color: #000066; */
  -        background-image:url(images/bgline.gif)
  -        background:url(images/bgline.gif) /* NS4 */
  +        background-image:url(images/bgline.gif);
  +        background:url(images/bgline.gif); /* NS4 */
   }
   
   .headline {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org