fix asset path
This commit is contained in:
parent
eb8e75997f
commit
344b009ca2
|
@ -822,7 +822,7 @@ a.badge:hover {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
background-image: url("glyphicons-halflings.png");
|
background-image: image-url("glyphicons-halflings.png");
|
||||||
background-position: 14px 14px;
|
background-position: 14px 14px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue