From 3ab8125082508525cb9c4475d9a51b4fd9f29ac6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 25 Aug 2008 17:31:09 -0700 Subject: [PATCH] switch to inline by default for extra status span elements --- html/bugs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/bugs.css b/html/bugs.css index 725670ba..2a320f4b 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -249,7 +249,7 @@ li { margin-top: 0px; padding: 0; border: 0; - display: block; + display: inline; } .bugs li { -- 2.39.5