Files
Joel Junström fa0c7f9635 [#46] Added cache busting mechanism
Appends the md5 digest value of files to their filenames.

This is currently only affecting stylesheets and background images
refered to in stylesheets.
2012-09-21 09:35:06 +02:00

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');
}