<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS for SRF gallery redirect module
 *
 * @licence: GNU GPL v2 or later
 * @author:  mwjames
 *
 * @since: 1.8
 *
 * @release: 0.1
 */

.srf-redirect li {
	position: relative;
}

.srf-redirect .redirecticon {
	position: absolute;
	top:10px;
	left:10px;
	width: 16px;
	height: 16px;
	display:block;
	/* @embed */ background: url(images/gallery-redirect.png) no-repeat left;
}</pre></body></html>