summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-05 13:05:15 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-05 13:05:15 -0400
commit1151cfda5cd621a98eedf783e47510146028e50b (patch)
tree327465473e4582c60961b7e08b50b1de1df29f58 /usr/local/www/themes/metallic
parentedba14230571da1d7e15010eba3ea651cf099415 (diff)
downloadpfsense-1151cfda5cd621a98eedf783e47510146028e50b.zip
pfsense-1151cfda5cd621a98eedf783e47510146028e50b.tar.gz
Do not use /, use relative directory form css
Diffstat (limited to 'usr/local/www/themes/metallic')
-rw-r--r--usr/local/www/themes/metallic/new_tab_menu.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/themes/metallic/new_tab_menu.css b/usr/local/www/themes/metallic/new_tab_menu.css
index 5672032..04c4cf2 100644
--- a/usr/local/www/themes/metallic/new_tab_menu.css
+++ b/usr/local/www/themes/metallic/new_tab_menu.css
@@ -52,7 +52,7 @@
.newtabmenu li{float:left; margin-right:2px; text-align: center;}
.newtabmenu a:link, .newtabmenu a:visited{
- background:url(/images/new_tab_menu.png) right 45px;
+ background:url(images/new_tab_menu.png) right 45px;
color:#ffffff; /* noactive font */
display:block;
/* fix for IE6 */
@@ -65,7 +65,7 @@
text-decoration:none;
}
.newtabmenu a span{
- background:url(/images/new_tab_menu.png) left 45px;
+ background:url(images/new_tab_menu.png) left 45px;
display:block;
/* fix for IE6 */
display: inline-block;
@@ -75,7 +75,7 @@
padding-left:7px;
}
.newtabmenu a:hover{
- background:url(/images/new_tab_menu.png) right 23px;
+ background:url(images/new_tab_menu.png) right 23px;
display:block;
/* fix for IE6 */
display: inline-block;
@@ -83,7 +83,7 @@
color:#ffffff; /* hover over font */
}
.newtabmenu a:hover span{
- background:url(/images/new_tab_menu.png) left 23px;
+ background:url(images/new_tab_menu.png) left 23px;
display:block;
/* fix for IE6 */
display: inline-block;
@@ -94,8 +94,8 @@
/* ACTIVE ELEMENTS */
.newtabmenu_active a:link, .newtabmenu_active a:visited, .newtabmenu_active a:visited, .newtabmenu_active a:hover{
color:#000000; /* active font */
- background:url(/images/new_tab_menu.png) right 0 no-repeat;
+ background:url(images/new_tab_menu.png) right 0 no-repeat;
}
.newtabmenu_active a span, .newtabmenu_active a:hover span{
- background:url(/images/new_tab_menu.png) left 0 no-repeat;
+ background:url(images/new_tab_menu.png) left 0 no-repeat;
} \ No newline at end of file
OpenPOWER on IntegriCloud