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

Christian Bauer christian at hibernate.org
Wed Apr 18 11:34:29 EDT 2007


  User: cbauer  
  Date: 07/04/18 11:34:29

  Modified:    examples/wiki/view/themes/default/css   feedTeasers.css
  Added:       examples/wiki/view/themes/default/css   comments.css
  Log:
  Disabled broken stuff (RichFaces trees, arithmetic EL) and finished comments plugin
  
  Revision  Changes    Path
  1.2       +0 -0      jboss-seam/examples/wiki/view/themes/default/css/feedTeasers.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.1      date: 2007/04/18 15:34:29;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/default/css/comments.css
  
  Index: comments.css
  ===================================================================
  .commentColumn {
      padding: 5px;
  }
  
  .commentSubject {
      font-weight: bold;
      font-size: 100%;
      text-decoration:none;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      float: left;
  }
  
  
  .commentAuthorDate {
      text-align:right;
      font-size: 95%;
  }
  
  .commentAuthor {
  }
  
  .commentDate {
  }
  
  .commentText {
      
  }
  
  .commentForm {
      margin-top: 10px;
  }
  
  
  



More information about the jboss-cvs-commits mailing list