You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2002/12/24 14:33:26 UTC

cvs commit: xml-forrest/src/resources/forrestbar/content/forrestbar forrestbar.css

nicolaken    2002/12/24 05:33:26

  Modified:    src/resources/forrestbar/content/forrestbar forrestbar.css
  Log:
        <action dev="NKB" type="update" context="forrestbar">
          Tweaked forrestbar, added a sub-project menu for Jakarta, fixed
          download link and added submenu for tools.
        </action>
  
  Revision  Changes    Path
  1.5       +11 -2     xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbar.css
  
  Index: forrestbar.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbar.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forrestbar.css	18 Nov 2002 09:02:54 -0000	1.4
  +++ forrestbar.css	24 Dec 2002 13:33:26 -0000	1.5
  @@ -56,10 +56,10 @@
   	list-style-image: url("images/download.gif");
   }
   
  -toolbarbutton#forrestbar-tools {
  +button#forrestbar-tools {
   	list-style-image: url("images/tools-off.gif");
   }
  -toolbarbutton#forrestbar-tools:hover {
  +button#forrestbar-tools:hover {
   	list-style-image: url("images/tools.gif");
   }
   
  @@ -80,8 +80,17 @@
   toolbarbutton#forrestbar-local-forrest {
   	list-style-image: url("images/local-forrest.png");
   }
  +
   toolbarbutton#forrestbar-local-forrest:hover {
   	list-style-image: url("images/local-forrest.png");
   }
  +
  +button#forrestbar-projects {
  +	list-style-image: url("images/apache.gif");
  +}
  +button#forrestbar-projects:hover {
  +	list-style-image: url("images/apache.gif");
  +}
  +