summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/prefs.html.tmpl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-03 08:00:24 +0100
committertravis%sedsystems.ca <>2005-02-03 08:00:24 +0100
commit1ce813690fac63cdabddce9a0751c3ecc40fd264 (patch)
treee72b9c63e91509916e2fade3851d2c7a2afcc8f0 /template/en/default/account/prefs/prefs.html.tmpl
parent69ae89c97d42f05d856f267a072832b597745285 (diff)
downloadbugzilla-1ce813690fac63cdabddce9a0751c3ecc40fd264.tar.gz
bugzilla-1ce813690fac63cdabddce9a0751c3ecc40fd264.tar.xz
Bug 279950 : tab border on search and prefs pages isn't black in Internet Explorer
Patch by Rob Siklos <robzilla@siklos.ca> r=wulblzap a=justdave
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl2
1 files changed, 2 insertions, 0 deletions
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;
}"
%]