[jboss-cvs] jboss-seam/examples/seambay/view/style ...

Shane Bryzak sbryzak at redhat.com
Sun Jun 24 20:29:33 EDT 2007


  User: sbryzak2
  Date: 07/06/24 20:29:33

  Modified:    examples/seambay/view/style  test.css
  Log:
  added setAuctionPrice method
  
  Revision  Changes    Path
  1.5       +12 -0     jboss-seam/examples/seambay/view/style/test.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: test.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/style/test.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- test.css	24 Apr 2007 12:49:06 -0000	1.4
  +++ test.css	25 Jun 2007 00:29:33 -0000	1.5
  @@ -13,6 +13,18 @@
     width: 240px;
   }
   
  +#tip {
  +  clear: left;
  +  float: left;
  +  width: 240px;
  +}
  +
  +#tip div {
  +  border: 1px solid #cccccc;
  +  padding: 4px 4px 4px 4px;  
  +  font-size: 9px;
  +}
  +
   #services div {
     border: 1px solid #cccccc;
     padding: 4px 4px 4px 4px;
  
  
  



More information about the jboss-cvs-commits mailing list