mirror of
https://github.com/wahyd4/emoji-cheat-sheet.com.git
synced 2026-08-11 14:16:03 +10:00
Appends the md5 digest value of files to their filenames. This is currently only affecting stylesheets and background images refered to in stylesheets.
16 lines
246 B
CSS
16 lines
246 B
CSS
.emoji {
|
|
display:block;
|
|
width:64px;
|
|
height:64px;
|
|
text-indent:-9999px;
|
|
}
|
|
#e-1 {
|
|
background-image: url(graphics/+1.png);
|
|
}
|
|
#e-2 {
|
|
background-image: url('graphics/-1.png');
|
|
}
|
|
#e-3 {
|
|
background-image: url('graphics/same_name-1.png');
|
|
}
|