Skip to content

Commit 9aef6d8

Browse files
authored
css: update paths.
1 parent 6e88cb3 commit 9aef6d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/micrypt.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,22 +257,22 @@ text-indent: -9999px;
257257
width: 20px;
258258
}
259259
#footer div div div#links ul li a#twitter {
260-
background:url("/images/icons.svg") no-repeat scroll 10px 10px transparent
260+
background:url("/images/site/icons.svg") no-repeat scroll 10px 10px transparent
261261
}
262262
#footer div div div#links ul li a#flickr {
263-
background:url("/images/icons.svg") no-repeat scroll -45px 10px transparent
263+
background:url("/images/site/icons.svg") no-repeat scroll -45px 10px transparent
264264
}
265265
#footer div div div#links ul li a#tumblr {
266-
background:url("/images/icons.svg") no-repeat scroll -95px 10px transparent
266+
background:url("/images/site/icons.svg") no-repeat scroll -95px 10px transparent
267267
}
268268
#footer div div div#links ul li a#twitter:hover {
269-
background:url("/images/icons.svg") no-repeat scroll 10px -20px transparent
269+
background:url("/images/site/icons.svg") no-repeat scroll 10px -20px transparent
270270
}
271271
#footer div div div#links ul li a#flickr:hover {
272-
background:url("/images/icons.svg") no-repeat scroll -45px -20px transparent
272+
background:url("/images/site/icons.svg") no-repeat scroll -45px -20px transparent
273273
}
274274
#footer div div div#links ul li a#tumblr:hover {
275-
background:url("/images/icons.svg") no-repeat scroll -95px -20px transparent
275+
background:url("/images/site/icons.svg") no-repeat scroll -95px -20px transparent
276276
}
277277
#footer div div div#titles {
278278
clear: both;

0 commit comments

Comments
 (0)