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';