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

Shane Bryzak sbryzak at redhat.com
Tue Mar 13 09:13:10 EDT 2007


  User: sbryzak2
  Date: 07/03/13 09:13:10

  Modified:    examples/seamspace/view/style  date.css
  Log:
  JBSEAM-928
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/seamspace/view/style/date.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: date.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/style/date.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- date.css	22 Feb 2007 05:51:11 -0000	1.1
  +++ date.css	13 Mar 2007 13:13:10 -0000	1.2
  @@ -86,7 +86,7 @@
   
   td.seam-date-header-prevMonth
   {
  -  background-image: url("../img/cal-prev.png");
  +  background-image: url("cal-prev.png");
     background-repeat: no-repeat;
     background-position: center;
     padding: 0px 2px 0px 2px;
  @@ -97,7 +97,7 @@
   
   td.seam-date-header-nextMonth
   {
  -  background-image: url("../img/cal-next.png");
  +  background-image: url("cal-next.png");
     background-repeat: no-repeat;
     background-position: center;
     padding: 0px 2px 0px 2px;
  
  
  



More information about the jboss-cvs-commits mailing list