diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-18 04:44:44 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-18 04:44:44 +0000 |
commit | 21fe043d2e5d82c621ab9ce0ace60c9b20fa1149 (patch) | |
tree | f98ca8b94bbec2ac818818f3e9513c5a5996eaf0 /admin/themes/default/template/popuphelp.tpl | |
parent | ef9766a2916e0641f9a822e577fe0eb67ad447a8 (diff) |
admin remove unused css rules + unused class names from html elements
git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/popuphelp.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/popuphelp.tpl b/admin/themes/default/template/popuphelp.tpl index 950e3ca0e..cddb73b83 100644 --- a/admin/themes/default/template/popuphelp.tpl +++ b/admin/themes/default/template/popuphelp.tpl @@ -5,7 +5,7 @@ <ul class="categoryActions"> <li> <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> - <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" class="button" alt="exit"> + <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" alt="exit"> </a> </li> </ul> |