From bc1756098e6cef91da0b15308311ef9a5a319b07 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 23 Dec 2005 01:49:48 +0000 Subject: [PATCH] r674: Add comment about FF not linking display: inline-block --- templates/report.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/report.css b/templates/report.css index c04e5ae..f17b2c4 100644 --- a/templates/report.css +++ b/templates/report.css @@ -36,6 +36,7 @@ #votes, #yourvote, #votesfifty, #voteshundred { width: 25%; + /* Firefox doesn't support display: inline-block so this could take up a little more space... but oh well */ display: inline-block; vertical-align: top; } -- 2.22.5