fix asset path

This commit is contained in:
Alexander Machehin 2014-06-19 14:56:50 +06:00
parent eb8e75997f
commit 344b009ca2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }