diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 4f2709e10..c794f62d0 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -251,6 +251,18 @@ div#docslinks { margin: 0; } +/**************************/ +/* Bug links and statuses */ +/**************************/ + +.bz_bug_link { + /* Catch-all if you want common styles for all bug links */ +} + +.bz_bug_link .bz_status_UNCONFIRMED { + font-style: italic; +} + .bz_obsolete { text-decoration: line-through; } |