diff --git a/css/plugins/magic-matcher.less b/css/plugins/magic-matcher.less index e7ad9a1..b0e0741 100755 --- a/css/plugins/magic-matcher.less +++ b/css/plugins/magic-matcher.less @@ -32,6 +32,27 @@ } } +/* + + + + + in content + + + + + */ +a.jiralink { + font-size: @font-size-default; + + img { + float: left; + display: inline-block; + margin-top: 2px; + margin-right: 3px; + } + + span.mm__status { + display: inline-block; + font-size: @font-size-default; + margin-left: 5px; + padding: 1px 4px; + } +} + + +/* + + + + + no js version + + + + + */ .no-js { #dokuwiki_magic-matcher { display: none;