r674: Add comment about FF not linking display: inline-block
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 23 Dec 2005 01:49:48 +0000 (01:49 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 23 Dec 2005 01:49:48 +0000 (01:49 +0000)
templates/report.css

index c04e5ae27702bc165344cf240f8a890588191b9a..f17b2c40612ef1e9842b545835854c37a0674e71 100644 (file)
@@ -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;
 }