[jboss-cvs] jboss-seam/examples/quartz/view ...

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:12:19 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:12:19

  Modified:    examples/quartz/view   date.css search.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/quartz/view/date.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: date.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/view/date.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- date.css	4 Jun 2007 22:46:26 -0000	1.1
  +++ date.css	3 Sep 2007 12:12:19 -0000	1.2
  @@ -10,7 +10,7 @@
   
   table.seam-date td {
     font-family: Tahoma, Arial, Helvetica, sans-serif;
  -  font-weight: 11px; 
  +  font-size: 11px; 
   }
   
   .seam-date-monthNames
  
  
  
  1.6       +1 -1      jboss-seam/examples/quartz/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/view/search.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- search.xhtml	30 Jul 2007 19:10:39 -0000	1.5
  +++ search.xhtml	3 Sep 2007 12:12:19 -0000	1.6
  @@ -1,4 +1,4 @@
  -<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:h="http://java.sun.com/jsf/html"
  
  
  



More information about the jboss-cvs-commits mailing list