From: Mischa POSLAWSKY Date: Mon, 4 Jul 2011 13:48:38 +0000 (+0200) Subject: style: generic rule in addition to gecko-specific column-width X-Git-Tag: v1.5~50 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/7ed94883ec44ad8b4c7e19e9c37546beb69a3b4c style: generic rule in addition to gecko-specific column-width --- diff --git a/base.css b/base.css index d223cb3..fcf1e55 100644 --- a/base.css +++ b/base.css @@ -263,6 +263,7 @@ table.dimap { .diinfo { -moz-column-width: 24em; + column-width: 24em; } .diinfo > div { overflow: hidden;