diff --git a/browser/components/bookmarks/content/bookmarksTree.xml b/browser/components/bookmarks/content/bookmarksTree.xml
index 8dfb02063d9..a24d652ca4c 100644
--- a/browser/components/bookmarks/content/bookmarksTree.xml
+++ b/browser/components/bookmarks/content/bookmarksTree.xml
@@ -906,7 +906,8 @@
+ label="rdf:http://home.netscape.com/NC-rdf#Name"
+ properties="linkTree"/>
diff --git a/browser/components/history/content/history-panel.xul b/browser/components/history/content/history-panel.xul
index 96e90ee8716..4bb93c9928b 100644
--- a/browser/components/history/content/history-panel.xul
+++ b/browser/components/history/content/history-panel.xul
@@ -107,7 +107,8 @@
+ date="rdf:http://home.netscape.com/NC-rdf#Date"
+ properties="linkTree"/>
diff --git a/toolkit/themes/winstripe/global/tree.css b/toolkit/themes/winstripe/global/tree.css
index 921af734374..5574919a483 100644
--- a/toolkit/themes/winstripe/global/tree.css
+++ b/toolkit/themes/winstripe/global/tree.css
@@ -79,6 +79,10 @@ treechildren::-moz-tree-cell-text(selected, focus) {
color: HighlightText;
}
+treechildren::-moz-tree-cell-text(leaf, linkTree) {
+ text-decoration: underline;
+ color: blue;
+}
/* ::::: lines connecting cells ::::: */