summaryrefslogtreecommitdiffstats
path: root/skins/standard/show_bug.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-22 15:51:18 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-22 15:51:18 +0100
commitec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (patch)
tree7038f46b8fac1881e434f207d10883149999a8b9 /skins/standard/show_bug.css
parent61858962b06866a330960bd161591b000e26ae63 (diff)
downloadbugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz
bugzilla-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz
Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles
r/a=justdave
Diffstat (limited to 'skins/standard/show_bug.css')
-rw-r--r--skins/standard/show_bug.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
index 7c002cc15..0c6534fc0 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -47,6 +47,11 @@ table#flags {
display: inline;
}
+.navigation_link {
+ color: #777;
+ font-style: italic;
+}
+
.bz_show_bug_column {
vertical-align: top;
}