stas        02/02/04 21:25:16

  Modified:    src      style.css
  Log:
  - fix css title div to span for 100% in NS4
  Submitted by: allan <[EMAIL PROTECTED]>
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.25      +3 -1      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- style.css 5 Feb 2002 04:34:20 -0000       1.24
  +++ style.css 5 Feb 2002 05:25:16 -0000       1.25
  @@ -6,13 +6,15 @@
   
   .headline {
           padding: 5px;
  -/* width:100%; /* works in NS4, but not in Moz/Opera */
  +        /* width:100%;  works in NS4, but not in Moz/Opera */
           margin-top:2px;
           background-color: #525D76;
           color: #ffffff;
           border-style:none;
           border:1px;
           font-size:1.4em;
  +        margin-right:0px;  /* 100% width span for NS4 */
  +        font-weight: bold; /* fixup for NS4, because of margin-right */
   }
     
   h1, h2, h3, h4 {
  
  
  

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

Reply via email to