From 7ed94883ec44ad8b4c7e19e9c37546beb69a3b4c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 4 Jul 2011 15:48:38 +0200 Subject: [PATCH] style: generic rule in addition to gecko-specific column-width --- base.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.0