stas        02/01/27 20:14:21

  Modified:    src      style.css
               tmpl/custom/html menu_top_level
  Log:
  - use a more explicit div name: s/selected/selectedmenuitem/
  
  Revision  Changes    Path
  1.12      +10 -10    modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- style.css 28 Jan 2002 04:06:03 -0000      1.11
  +++ style.css 28 Jan 2002 04:14:21 -0000      1.12
  @@ -74,28 +74,28 @@
           background-color: #ffffff;
   }
   
  -div.selected {
  +div.selectedmenuitem {
           font-weight: bold;
           font-size:12px;
           margin-bottom:5px;
           margin-top:5px;
   }
   
  -div.selected a:link    {text-decoration: none; color: #525D76;}
  -div.selected a:visited {text-decoration: none; color: #525D76;}
  -div.selected a:active  {text-decoration: none; color: #525D76;}
  -div.selected a:hover   {text-decoration: none; color: #525D76;}
  +div.selectedmenuitem a:link    {text-decoration: none; color: #525D76;}
  +div.selectedmenuitem a:visited {text-decoration: none; color: #525D76;}
  +div.selectedmenuitem a:active  {text-decoration: none; color: #525D76;}
  +div.selectedmenuitem a:hover   {text-decoration: none; color: #525D76;}
   
  -div.nonselected {
  +div.nonselectedmenuitem {
           font-size:12px;
           margin-bottom:5px;
           margin-top:5px;
   }
   
  -div.nonselected a:link    {text-decoration: none; color: #525D76;}
  -div.nonselected a:visited {text-decoration: none; color: #525D76;}
  -div.nonselected a:active  {text-decoration: none; color: #525D76;}
  -div.nonselected a:hover   {text-decoration: none; color: #525D76;}
  +div.nonselectedmenuitem a:link    {text-decoration: none; color: #525D76;}
  +div.nonselectedmenuitem a:visited {text-decoration: none; color: #525D76;}
  +div.nonselectedmenuitem a:active  {text-decoration: none; color: #525D76;}
  +div.nonselectedmenuitem a:hover   {text-decoration: none; color: #525D76;}
   
   div.ad {
           width: 160px;
  
  
  
  1.8       +2 -2      modperl-docs/tmpl/custom/html/menu_top_level
  
  Index: menu_top_level
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_top_level,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- menu_top_level    28 Jan 2002 04:06:03 -0000      1.7
  +++ menu_top_level    28 Jan 2002 04:14:21 -0000      1.8
  @@ -33,9 +33,9 @@
          count = count + 1;
          link = INCLUDE link prefix=prefix link=p.meta.link;
          IF p.id == current.id;
  -           style = 'selected';
  +           style = 'selectedmenuitem';
          ELSE;
  -           style = 'nonselected';
  +           style = 'nonselectedmenuitem';
          END;
          buttons.push({link => link, text => p.meta.stitle, style => style});
          p = p.next; # next node
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to