mirror of
https://github.com/wahyd4/emoji-cheat-sheet.com.git
synced 2026-08-11 06:05:53 +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
345 B
CSS
16 lines
345 B
CSS
.emoji {
|
|
display:block;
|
|
width:64px;
|
|
height:64px;
|
|
text-indent:-9999px;
|
|
}
|
|
#e-1 {
|
|
background-image: url(graphics/+1_7141858e438c8b071217229ed1eb5cf3.png);
|
|
}
|
|
#e-2 {
|
|
background-image: url('graphics/-1_067e995ea1bb9b4f4819b454bc566f57.png');
|
|
}
|
|
#e-3 {
|
|
background-image: url('graphics/same_name-1_2134b68e36afc98a06ba4cf75540a337.png');
|
|
}
|