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:
Sean Harvey 2007-11-07 07:55:01 +00:00
parent 699db068b8
commit a8c184cfe8

View File

@ -97,21 +97,21 @@ td.sized3 {
} }
ul.tree li#stoverview a { 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 { 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 { 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 { 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 { 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;
} }