You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2004/09/14 08:25:38 UTC

cvs commit: jakarta-jetspeed-2/applications/jsf-demo/src/webapp/css tree.css

dlestrat    2004/09/13 23:25:38

  Added:       applications/jsf-demo/src/webapp/css tree.css
  Log:
  Stylesheet for myfaces.
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/applications/jsf-demo/src/webapp/css/tree.css
  
  Index: tree.css
  ===================================================================
  .tree {
     lineheight: 18px;
     font-family: arial, sans-serif;
  }
  
  .treenode {
     padding: 2px 2px 2px 5px;
  }
  
  .treenode a {
     text-decoration: none;
  }
  
  .treenodeSelected {
     padding: 2px 2px 2px 5px;
  }
  
  .treenodeSelected a {
     text-decoration: none;
     font-weight: bold;
  }
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org