This hack should not be needed without base href=

This commit is contained in:
Michal Čihař
2005-12-11 20:24:21 +00:00
parent 8cdb8fb2aa
commit 6bc537fe43
2 changed files with 2 additions and 2 deletions

View File

@@ -602,7 +602,7 @@ a.tab:hover,
/* disabled drop/empty tabs */
span.tab,
span.tabcaution {
cursor: url(themes/darkblue_orange/img/error.ico), url(../themes/darkblue_orange/img/error.ico), default;
cursor: url(../themes/darkblue_orange/img/error.ico), default;
}
<?php } ?>
/* end topmenu */

View File

@@ -567,7 +567,7 @@ a.tab:hover,
/* disabled drop/empty tabs */
span.tab,
span.tabcaution {
cursor: url(themes/original/img/error.ico), url(../themes/original/img/error.ico), default;
cursor: url(../themes/original/img/error.ico), default;
}
<?php } ?>
/* end topmenu */