/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/TextNav.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/widgets/TextNav.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jonen, Sat Feb 22 21:08:23 2003 UTC revision 1.3 by jonen, Fri Nov 14 21:30:57 2003 UTC
# Line 202  class TextNavCSS extends CSSBuilder { Line 202  class TextNavCSS extends CSSBuilder {
202                                                   array("font-family" => "Arial, Helvetica, sans-serif",                                                   array("font-family" => "Arial, Helvetica, sans-serif",
203                                                             "font-size" => "10pt",                                                             "font-size" => "10pt",
204                                                             "font-weight" => "bold",                                                             "font-weight" => "bold",
205                                                             "color" => "#000000",                                                             "color" => "#FFFFFF",
206                                                             "text-decoration" => "none"));                                                             "text-decoration" => "none"));
207    
208                  $this->add_entry("TD.textnavdivider", "",                  $this->add_entry("TD.textnavdivider", "",
# Line 210  class TextNavCSS extends CSSBuilder { Line 210  class TextNavCSS extends CSSBuilder {
210                                                             "url('/phphtmllib/widgets/images/dot_div_vert.gif')"));                                                             "url('/phphtmllib/widgets/images/dot_div_vert.gif')"));
211    
212                  $this->add_entry("TD.textnavtd", "",                  $this->add_entry("TD.textnavtd", "",
213                                                   array("background-color" => "#FFCC00"));                                                   array("background-color" => "#999999"));
214                    
215          }                }      
216  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed