You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by kp...@apache.org on 2002/06/17 23:47:21 UTC

cvs commit: xml-cocoon2/src/documentation/stylesheets site2xhtml.xsl

kpiroumian    2002/06/17 14:47:21

  Modified:    src/documentation/stylesheets site2xhtml.xsl
  Log:
  Improvements to menu:
   - fixed selected menu item indication for nested levels
   - added heigh and width to the separator image
   - added a:hover CSS style and changed selected item's color
  (forgot to commit this file last time)
  
  Revision  Changes    Path
  1.12      +7 -1      xml-cocoon2/src/documentation/stylesheets/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/site2xhtml.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- site2xhtml.xsl	27 Mar 2002 14:30:05 -0000	1.11
  +++ site2xhtml.xsl	17 Jun 2002 21:47:21 -0000	1.12
  @@ -21,6 +21,12 @@
       text-decoration:none;
       padding-left: 14px
   }
  +
  +A.menu:hover {
  +	color: #FFCC00
  +}
  +
  +
   .menutitle {
   	color: #000000;
       text-align:left;               
  @@ -30,7 +36,7 @@
       padding-left: 8px
   }
   .menuselected {
  -	color: white;
  +	color: #FFCC00;
       text-align:left;               
       font-size:12px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org