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

Christian Bauer christian at hibernate.org
Mon Oct 1 15:08:06 EDT 2007


  User: cbauer  
  Date: 07/10/01 15:08:06

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Tagging of content, JBSEAM-1851
  
  Revision  Changes    Path
  1.42      +10 -0     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.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- template.css	24 Sep 2007 08:23:23 -0000	1.41
  +++ template.css	1 Oct 2007 19:08:06 -0000	1.42
  @@ -322,6 +322,16 @@
       margin-top: 10px;
   }
   
  +.documentTags {
  +    border-top: 1px solid #C3BBB6;
  +    white-space: nowrap;
  +    font-size: 70%;
  +    font-weight: normal;
  +    padding-top: 5px;
  +    padding-bottom: 5px;
  +    line-height: 125%;
  +}
  +
   .documentCreatorHistory {
       border-top: 1px solid #C3BBB6;
       white-space: nowrap;
  
  
  



More information about the jboss-cvs-commits mailing list