1/**
2 * DokuWiki Plugin imapmarkers (CSS Component)
3 *
4 * @license MIT https://en.wikipedia.org/wiki/MIT_License
5 * @author  Kai Thoene <k.git.thoene@gmx.net>
6 */
7@media aural,
8braille,
9tty {
10  .dokuwiki div.imapmarkers-container {
11    display: block;
12    position: relative;
13  }
14
15  .dokuwiki img.imapmarkers-imgage {
16    display: none;
17  }
18}