Skip to content

Commit 733c204

Browse files
committed
renaming images files
1 parent 92c0497 commit 733c204

File tree

3 files changed

+5
-46
lines changed

3 files changed

+5
-46
lines changed

assets/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
height:21px;
7070
color:#666;
7171
padding:0 5px 0 18px;
72-
background:url('../img/repo.png') no-repeat;
72+
background:url('btn-sprite.png') no-repeat;
7373
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
7474
opacity:0.7
7575
}
@@ -85,7 +85,7 @@
8585
}
8686

8787
.github-box .github-box-title .github-stats .forks{
88-
background-position:3px -19px;
88+
background-position: 2px -14px;
8989
padding-left:15px
9090
}
9191

@@ -144,8 +144,8 @@
144144
text-indent:-9999px;
145145
width:24px;
146146
padding:0;
147-
background:url('../img/download.png') no-repeat 6px 6px,-webkit-linear-gradient(#f5f5f5, #e5e5e5);
148-
background:url('../img/download.png') no-repeat 6px 6px,-moz-linear-gradient(#f1f7fa, #dbeaf1);
147+
background: url('btn-sprite.png') no-repeat 4px -31px,-webkit-linear-gradient(whiteSmoke, #E5E5E5);
148+
background:url('btn-sprite.png') no-repeat 4px -31px,-moz-linear-gradient(#f1f7fa, #dbeaf1);
149149
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
150150
opacity:0.7
151151
}

demo.html

Lines changed: 0 additions & 41 deletions
This file was deleted.

demo/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body{
2-
background:#F8F8F8 url('../img/noise.png') top left;
2+
background:#F8F8F8 url('../img/bg-noise.png') top left;
33
}
44

55
a{

0 commit comments

Comments
 (0)