Commit 1ce81369 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

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
parent 69ae89c9
......@@ -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;
}"
%]
......
......@@ -44,10 +44,12 @@ var queryform = "queryform"
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;
}
dl.bug_changes dt {
margin-top: 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment