Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small adjustment for the translation plugin in sidebar
  • Loading branch information
splitbrain committed May 23, 2018
1 parent e9b172d commit a384fd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/mobile.less
Expand Up @@ -105,3 +105,11 @@ div.mobile-logo {
}

}

// translation plugin adjustment
div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:before,
div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:before,
div#panel .body .dokuwiki .plugin_translation ul li a.wikilink1:after,
div#panel .body .dokuwiki .plugin_translation ul li a.wikilink2:after {
content: '';
}

0 comments on commit a384fd1

Please sign in to comment.