From a181cc3fcb6ced2822ba5129db72d329c59e5967 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Tue, 20 Aug 2013 20:48:22 +0200 Subject: [PATCH] Add min-width for #tablestatistics tables --- themes/original/css/common.css.php | 1 + themes/pmahomme/css/common.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 3906a9c2fd..f2c3df61c6 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -816,6 +816,7 @@ div#tablestatistics table { margin-top: 0.5em; margin-bottom: 0.5em; margin-: 0.5em; + min-width: 16em; } /* END table stats */ diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 4860c060ff..42752b5293 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1067,6 +1067,7 @@ div#tablestatistics table { margin-bottom: .5em; margin-: 1.5em; margin-top: .5em; + min-width: 16em; } /* END table stats */