You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/11/14 15:06:06 UTC

cvs commit: cocoon-2.2/src/webapp/stylesheets/system xml2html.xslt

joerg       2003/11/14 06:06:06

  Modified:    src/webapp/stylesheets/system xml2html.xslt
  Log:
  right margin fixed (bug 24681, thanks to Jelle Alten)
  
  Revision  Changes    Path
  1.6       +2 -2      cocoon-2.2/src/webapp/stylesheets/system/xml2html.xslt
  
  Index: xml2html.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/stylesheets/system/xml2html.xslt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xml2html.xslt	26 Mar 2003 21:21:29 -0000	1.5
  +++ xml2html.xslt	14 Nov 2003 14:06:06 -0000	1.6
  @@ -19,7 +19,7 @@
               <STYLE>
                 BODY  {background-color: white; color: black; font: monospace;}
                   .b  {cursor:pointer; color:red; font-weight:bold; text-decoration:none}
  -                .e  {border: 0px; padding: 0px; margin: 0px 2em 0px 2em; text-indent:-1em;}
  +                .e  {border: 0px; padding: 0px; margin: 0px 0px 0px 2em; text-indent:-1em;}
                   .en {color:#000088; font-weight:bold;}
                   .an {color:#880000}
                   .av {color:#888888}