diff options
author | lpsolit%gmail.com <> | 2007-04-07 09:34:21 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-07 09:34:21 +0200 |
commit | b1710c8f53ed757f1c06e84e4c2790832232c58f (patch) | |
tree | cc1388e533daf478f9e386401536a51b437308c9 /skins/standard | |
parent | 9d15440368b31f5e2957c26c19e7449b837ac479 (diff) | |
download | bugzilla-b1710c8f53ed757f1c06e84e4c2790832232c58f.tar.gz bugzilla-b1710c8f53ed757f1c06e84e4c2790832232c58f.tar.xz |
Bug 262275: Allow to expand/collapse comments when viewing bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 1687a4aa0..244958749 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -322,6 +322,10 @@ div.user_match { padding: 0.5em 1em; } +.collapsed { + display: none; +} + /* Rules specific for printing */ @media print { #header, #footer { |