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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 26 05:20:11 EST 2007


  User: sbryzak2
  Date: 07/01/26 05:20:11

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  blog entry
  
  Revision  Changes    Path
  1.17      +18 -1     jboss-seam/examples/seamspace/view/style/seamspace.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seamspace.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/style/seamspace.css,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- seamspace.css	19 Jan 2007 06:28:44 -0000	1.16
  +++ seamspace.css	26 Jan 2007 10:20:11 -0000	1.17
  @@ -131,6 +131,22 @@
     margin-right: 8px;
   }
   
  +div.blogEntry label {
  +  font-weight: bold;
  +}
  +
  +div.blogEntry input.title {
  +  width: 560px;
  +}
  +
  +div.blogEntry textarea {
  +  font-family: verdana, arial, sans-serif, helvetica;
  +  font-size:11px;
  +  margin: 4px 12px 8px 0px;
  +  width: 560px;
  +  height: 120px;
  +}
  +
   div.blogDate {
     font-weight: bold;
     margin-bottom: 8px;
  @@ -177,12 +193,13 @@
   div.commentEntry label {
     font-weight: bold;
     color: #ffffff;
  +  margin-bottom: 4px;
   }
   
   div.commentEntry textarea {
     font-family: verdana, arial, sans-serif, helvetica;
     font-size:11px;
  -  margin: 8px 12px 8px 12px;
  +  margin: 8px 12px 8px 6px;
     width: 560px;
     height: 120px;
   }
  
  
  



More information about the jboss-cvs-commits mailing list