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

Christian Bauer christian at hibernate.org
Sun Apr 8 11:10:34 EDT 2007


  User: cbauer  
  Date: 07/04/08 11:10:34

  Modified:    examples/wiki/view/themes/default/css   mainMenu.css
                        template.css
  Log:
  Implemented Atom feeds for site and directories
  
  Revision  Changes    Path
  1.4       +0 -0      jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.18      +12 -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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- template.css	4 Apr 2007 10:38:13 -0000	1.17
  +++ template.css	8 Apr 2007 15:10:34 -0000	1.18
  @@ -296,6 +296,18 @@
       background-color: #ded;
   }
   
  +.feeds {
  +    padding: 5px;
  +}
  +
  +.feeds .feedText {
  +    vertical-align: top;
  +    color: #962325;
  +    font-weight: bold;
  +    font-size: 85%;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +}
  +
   /* Forms
   ----------------------------------------------- */
   
  
  
  



More information about the jboss-cvs-commits mailing list