mirror of
https://github.com/typecho/typecho.git
synced 2025-04-12 22:01:51 +02:00
修复图片路径
This commit is contained in:
parent
4887f948df
commit
d3f417c95c
@ -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);
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
/* 对话框 */
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user