From fb948d8390fd0f3a0b6ad700dc7c81216e34828b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 17 Mar 2014 16:54:40 +0100 Subject: [PATCH] Remove pixel definitions from menu icon --- application/layouts/scripts/parts/menu.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/layouts/scripts/parts/menu.phtml b/application/layouts/scripts/parts/menu.phtml index b07cc641a..7174ddd8e 100644 --- a/application/layouts/scripts/parts/menu.phtml +++ b/application/layouts/scripts/parts/menu.phtml @@ -9,7 +9,7 @@ foreach ($this->items as $item) { $item->getUrl() ? $this->href($item->getUrl()) : '#', $item->getIcon() ? $this->img( $item->getIcon(), - array('height' => '16px', 'width' => '16px') + array('class' => 'icon') ) . ' ' : '', $this->escape($item->getTitle()) );