From b1710c8f53ed757f1c06e84e4c2790832232c58f Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Apr 2007 07:34:21 +0000 Subject: Bug 262275: Allow to expand/collapse comments when viewing bugs - Patch by Frédéric Buclin r=myk a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') 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 { -- cgit v1.2.3-24-g4f1b