From 1ce813690fac63cdabddce9a0751c3ecc40fd264 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 3 Feb 2005 07:00:24 +0000 Subject: Bug 279950 : tab border on search and prefs pages isn't black in Internet Explorer Patch by Rob Siklos r=wulblzap a=justdave --- template/en/default/account/prefs/prefs.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/account/prefs/prefs.html.tmpl') diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 00e7f8913..8d45e00b8 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -41,10 +41,12 @@ style = "td.selected_tab { border-width: 2px 2px 0px; border-style: solid; + border-color: black; } td.unselected_tab, td.spacer { border-width: 0px 0px 2px 0px; border-style: solid; + border-color: black; }" %] -- cgit v1.2.3-24-g4f1b