]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 926232 - CSS style ".bz_status_UNCONFIRMED" is not applied due to typo.
authorAndre Klapper <a9016009@gmx.de>
Mon, 21 Oct 2013 12:20:49 +0000 (14:20 +0200)
committerMarc Schumann <wurblzap@gmail.com>
Mon, 21 Oct 2013 12:20:49 +0000 (14:20 +0200)
r=Wurblzap; a=glob

skins/standard/global.css

index 51d7c29db8f4ca7e7392091a920adbbbd0d45152..151391bd7b3de2730d9ab2c18ef1d5c7fc7a81df 100644 (file)
@@ -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;
 }