This commit is contained in:
Van
2017-04-09 04:31:52 +08:00
parent bf212920ad
commit b48eac788f
64 changed files with 1230 additions and 217 deletions

View File

@@ -18,7 +18,7 @@
* skin favoutite style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.8, Jun 6, 2012
* @version 1.1.0.8, Apr 9, 2017
*/
body {
background: url("../images/bg.jpg") repeat scroll left top transparent;
@@ -581,6 +581,11 @@ h5 {
background: url("../images/categorie.png") no-repeat scroll left top transparent;
height: 64px;
}
#sideNavi .tags {
background: url(../images/tagsIcon.png) no-repeat scroll left top transparent;
height: 52px;
background-size: contain;
}
.archivio {
background: url("../images/archivio.png") no-repeat scroll left top transparent;
height: 64px;

File diff suppressed because one or more lines are too long