mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fix background repeat in IE6
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44463 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
699db068b8
commit
a8c184cfe8
@ -97,21 +97,21 @@ td.sized3 {
|
||||
}
|
||||
|
||||
ul.tree li#stoverview a {
|
||||
background-image: url(../images/treeicons/task-file.gif);
|
||||
background: url(../images/treeicons/task-file.gif) no-repeat;
|
||||
}
|
||||
|
||||
ul.tree li#stusers a {
|
||||
background-image: url(../images/treeicons/multi-user.gif);
|
||||
background: url(../images/treeicons/multi-user.gif) no-repeat;
|
||||
}
|
||||
|
||||
ul.tree li#stviews a {
|
||||
background-image: url(../images/treeicons/preferences-file.gif);
|
||||
background: url(../images/treeicons/preferences-file.gif) no-repeat;
|
||||
}
|
||||
|
||||
ul.tree li#sttrends a {
|
||||
background-image: url(../images/treeicons/element-file.gif);
|
||||
background: url(../images/treeicons/element-file.gif) no-repeat;
|
||||
}
|
||||
|
||||
ul.tree li#stbrowsers a, ul.tree li#stos a {
|
||||
background-image: url(../images/treeicons/reports-file.png);
|
||||
background: url(../images/treeicons/reports-file.png) no-repeat;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user