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

Christian Bauer christian at hibernate.org
Mon Mar 19 00:53:54 EDT 2007


  User: cbauer  
  Date: 07/03/19 00:53:54

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Basic in-document plugin system working
  
  Revision  Changes    Path
  1.12      +8 -0      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- template.css	18 Mar 2007 19:01:15 -0000	1.11
  +++ template.css	19 Mar 2007 04:53:54 -0000	1.12
  @@ -429,6 +429,14 @@
       border-left: 1px solid #C3BBB6;
   }
   
  +.topBorder {
  +    border-top: 1px solid #C3BBB6;
  +}
  +
  +.bottomBorder {
  +    border-bottom: 1px solid #C3BBB6;
  +}
  +
   .alignCenter {
       text-align: center;
   }
  
  
  



More information about the jboss-cvs-commits mailing list