@import url("../uicore/uicore.css");

#homelink {
    background: url('icons/logo_cilss.gif') center no-repeat;
}

.optionsBar:after {
content: url(icons/iri.png);
}

.optionsBar::after {
content: url(icons/iri.png);
}

@media only all and (max-width: 750px) {
#homelink {
    background: url('icons/logo_cilss.gif') center no-repeat;
}
}

@media only all and (max-width: 479px) {
.optionsBar::after, .optionsBar:after {
content: url(icons/logo_cilss.gif);
}
}
