Commit 1183fe25 authored by Byron Jones's avatar Byron Jones Committed by Frédéric Buclin

Bug 601524: Linkified bug summaries in buglists look weird

r=pyrzak r=LpSolit a=LpSolit
parent dcd482f9
...@@ -54,3 +54,10 @@ form#Create #comp_desc { ...@@ -54,3 +54,10 @@ form#Create #comp_desc {
#keyword_container .yui-ac-content { #keyword_container .yui-ac-content {
_height: 30em; /* ie6 */ _height: 30em; /* ie6 */
} }
.bz_short_desc_column a, .bz_short_short_desc_column a {
/* color:inherit */
color: expression(this.parentNode.currentStyle['color']);
}
...@@ -122,3 +122,8 @@ td.bz_total { ...@@ -122,3 +122,8 @@ td.bz_total {
.bz_query_explain { .bz_query_explain {
text-align: left; text-align: left;
} }
.bz_short_desc_column a, .bz_short_short_desc_column a {
color: inherit;
}
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