diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-10-21 14:20:49 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2013-10-21 14:20:49 +0200 |
commit | 25b003f2e2b24a46086315be4b6824f5583a8e6e (patch) | |
tree | 1499a382258d742ee6d8f5dd535f7dee7577b54a | |
parent | 538dc3dd55d3d033f4d32706827b469e6a33c963 (diff) | |
download | bugzilla-25b003f2e2b24a46086315be4b6824f5583a8e6e.tar.gz bugzilla-25b003f2e2b24a46086315be4b6824f5583a8e6e.tar.xz |
Bug 926232 - CSS style ".bz_status_UNCONFIRMED" is not applied due to typo.
r=Wurblzap; a=glob
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 51d7c29db..151391bd7 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -245,7 +245,7 @@ div#docslinks { /* Catch-all if you want common styles for all bug links */ } -.bz_bug_link .bz_status_UNCONFIRMED { +.bz_bug_link.bz_status_UNCONFIRMED { font-style: italic; } |