--- nfo/php/libs/com.newsblob.phphtmllib/widgets/TextNav.inc 2003/01/30 03:29:44 1.1.1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/TextNav.inc 2003/11/14 21:30:57 1.3 @@ -3,7 +3,7 @@ /** * This contains the TextNav widget * - * $Id: TextNav.inc,v 1.1.1.1 2003/01/30 03:29:44 jonen Exp $ + * $Id: TextNav.inc,v 1.3 2003/11/14 21:30:57 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -202,7 +202,7 @@ array("font-family" => "Arial, Helvetica, sans-serif", "font-size" => "10pt", "font-weight" => "bold", - "color" => "#000000", + "color" => "#FFFFFF", "text-decoration" => "none")); $this->add_entry("TD.textnavdivider", "", @@ -210,7 +210,7 @@ "url('/phphtmllib/widgets/images/dot_div_vert.gif')")); $this->add_entry("TD.textnavtd", "", - array("background-color" => "#FFCC00")); + array("background-color" => "#999999")); } }