diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php
index ba021e0a6b..250f3ffec3 100644
--- a/pandora_console/general/header.php
+++ b/pandora_console/general/header.php
@@ -122,7 +122,7 @@ config_check();
$ignored_params = array ('agent_config' => false, 'code' => false);
if ($config["refr"]) {
$ignored_params['refr'] = 0;
- echo '' . html_print_image("images/page_refresh.png", true, array("class" => 'bot', "alt" => 'lightning')) . ' '. __('Autorefresh');
+ echo '' . html_print_image("images/page_refresh.png", true, array("class" => 'bot', "alt" => 'lightning')) . ' '. __('Autorefresh');
echo ' ('.date ("i:s", $config["refr"]).')';
echo '';
}
diff --git a/pandora_console/images/skin/skin_default/include/styles/pandora.css b/pandora_console/images/skin/skin_default/include/styles/pandora.css
index cc8c9d8392..e1ba9b09ba 100644
--- a/pandora_console/images/skin/skin_default/include/styles/pandora.css
+++ b/pandora_console/images/skin/skin_default/include/styles/pandora.css
@@ -150,11 +150,6 @@ a.white_bold {
text-decoration: none;
font-weight: bold;
}
-a.white_grey_bold {
- color: #999;
- text-decoration: none;
- font-weight: bold;
-}
a.white {
color: #eee;
text-decoration: none;
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index dec40fe828..082f612260 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -114,11 +114,6 @@ a.white_bold {
text-decoration: none;
font-weight: bold;
}
-a.white_grey_bold {
- color: #999;
- text-decoration: none;
- font-weight: bold;
-}
a.white {
color: #eee;
text-decoration: none;