pointing box-header-circle's background-image url to the gif's actual location. bug 45509 r=ben@netscape.com

This commit is contained in:
danm%netscape.com 2000-07-22 00:20:41 +00:00
Родитель 9b6cf10ddf
Коммит 950fded59b
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -69,12 +69,12 @@
.box-header-circle
{
background-image : url("chrome://communicator/skin/button28-bg.gif");
background-repeat : no-repeat;
background-position : 50% 4px;
background-color : transparent;
min-width : 28px;
margin : 1px 7px 1px 1px;
background-image : url("chrome://global/skin/button28-bg.gif");
background-repeat : no-repeat;
background-position : 50% 4px;
background-color : transparent;
min-width : 28px;
margin : 1px 7px 1px 1px;
height : 28px;
width : 28px;
}