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

Christian Bauer christian at hibernate.org
Fri Jul 6 10:38:39 EDT 2007


  User: cbauer  
  Date: 07/07/06 10:38:39

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Compiles and runs on latest Seam CVS
  
  Revision  Changes    Path
  1.32      +8 -8      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.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- template.css	21 Jun 2007 11:05:49 -0000	1.31
  +++ template.css	6 Jul 2007 14:38:39 -0000	1.32
  @@ -111,30 +111,30 @@
   	color: #fff;
       padding: 10px;
   }
  -#headerTopLeft {
  +#headerTopOne {
       float: left;
       margin-bottom: 5px;
   }
  -#headerTopRight {
  +#headerTopTwo {
       text-align: right;
       margin-bottom: 5px;
   }
  -#headerBottomLeft {
  +#headerBottomOne {
       clear: both;
       float: left;
   }
  -#headerBottomRight {
  +#headerBottomTwo {
       text-align: right;
   }
   
   #sidebar {
       background-color: #fff;
   	float: left;
  -	width: 15%;
  +	width: 20%;
   }
   #body {
       background-color: #fff;
  -	margin-left: 15%;
  +	margin-left: 20%;
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 10px;
  @@ -147,13 +147,13 @@
       vertical-align:bottom;
   }
   
  -#controlLeft {
  +#controlOne {
       float: left;
       padding-left: 15%;
       white-space: nowrap;
   }
   
  -#controlRight {
  +#controlTwo {
       padding-right: 15px;
   }
   
  
  
  



More information about the jboss-cvs-commits mailing list