修复图片路径

This commit is contained in:
fen 2013-10-19 21:30:02 +08:00
parent 4887f948df
commit d3f417c95c
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ $icons: sprite-map("icons/*.png");
height: 16px;
display: inline-block;
vertical-align: text-bottom;
background: url(../images/icons.png) no-repeat;
background: url(../img/icons.png) no-repeat;
&:hover {
@include opacity(0.75);
}

View File

@ -33,7 +33,7 @@
display: block;
width: 20px;
height: 20px;
background: transparent url(../images/editor.png) no-repeat;
background: transparent url(../img/editor.png) no-repeat;
}
/* 对话框 */

View File

@ -122,7 +122,7 @@ a.button:hover, a.balloon-button:hover {
*/
.loading {
padding-left: 20px;
background: transparent url(../images/ajax-loader.gif) no-repeat left center;
background: transparent url(../img/ajax-loader.gif) no-repeat left center;
}