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