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

Christian Bauer christian at hibernate.org
Mon Mar 19 22:38:14 EDT 2007


  User: cbauer  
  Date: 07/03/19 22:38:14

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Implemented moving of documents and files between directories
  
  Revision  Changes    Path
  1.14      +8 -10     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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- template.css	19 Mar 2007 12:11:24 -0000	1.13
  +++ template.css	20 Mar 2007 02:38:14 -0000	1.14
  @@ -193,6 +193,7 @@
   
   .attachmentDisplay {
       margin: 10px;
  +    clear:both;
   }
   
   .regularLink{
  @@ -247,26 +248,23 @@
   }
   
   .linkTab {
  -    color: #fff;
       text-decoration:none;
       font-size: 85%;
       font-weight: bold;
       font-family: Verdana, Arial, Helvetica, sans-serif;
  -    background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
       border: 1px solid #fff;
       padding: 2px 5px 2px 5px;
       margin-right: 10px;
   }
   
  -.linkTabActive {
  -    text-decoration:none;
  -    font-size: 85%;
  -    font-weight: bold;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
  +.activeTab {
  +    color: #666;
       background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  -    border: 1px solid #fff;
  -    padding: 2px 5px 2px 5px;
  -    margin-right: 10px;
  +}
  +
  +.inactiveTab {
  +    color: #fff;
  +    background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
   }
   
   .linkTab:link {color: #555}
  
  
  



More information about the jboss-cvs-commits mailing list