--- nfo/php/libs/com.newsblob.phphtmllib/widgets/TextNav.inc 2003/02/22 21:08:23 1.2
+++ 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.2 2003/02/22 21:08:23 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"));
}
}