[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Sun Mar 18 15:01:15 EDT 2007


  User: cbauer  
  Date: 07/03/18 15:01:15

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Fixed file download servlet and attachment display
  
  Revision  Changes    Path
  1.11      +5 -1      jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- template.css	18 Mar 2007 15:44:38 -0000	1.10
  +++ template.css	18 Mar 2007 19:01:15 -0000	1.11
  @@ -421,10 +421,14 @@
       border-bottom: 1px solid #C3BBB6;
   }
   
  -.rightBorder{
  +.rightBorder {
       border-right: 1px solid #C3BBB6;
   }
   
  +.leftBorder {
  +    border-left: 1px solid #C3BBB6;
  +}
  +
   .alignCenter {
       text-align: center;
   }
  
  
  



More information about the jboss-cvs-commits mailing list