From a005a2f073ccf6c7d6f31a8945616270e1b70de3 Mon Sep 17 00:00:00 2001 From: Chad Mazilly Date: Fri, 3 Nov 2017 08:52:28 -0500 Subject: [PATCH] add in amygrosheks styling changes --- styles.css | 1 - version.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index f4b3aaaa..8dd31df9 100644 --- a/styles.css +++ b/styles.css @@ -55,7 +55,6 @@ float:none; position:center; overflow:hidden; - min-width:900px; width:100%; text-align:left; margin:auto; diff --git a/version.php b/version.php index 113d756a..81d8eedd 100644 --- a/version.php +++ b/version.php @@ -21,8 +21,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2017103000; +$plugin->version = 2017110300; $plugin->requires = 2013051400; -$plugin->release = "v1.7.2"; +$plugin->release = "v1.7.3"; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_quickmail';