1@CHARSET "UTF-8";
2/**
3 * CSS for the Bugzilla-links syntax plugin
4 *
5 * @author christian studer <christian.studer@meteotest.ch>
6 */
7div.dokuwiki a.bugzillalink {
8	background-image: url(images/bug1.gif);
9	background-repeat: no-repeat;
10	background-position: 0 center;
11	padding: 0 0 0 18px;
12}
13