1/*
2 * DokuWiki plugin PageTitle
3 */
4
5/* Hierarchical breadcrumbs in pages */
6#dokuwiki__content div.youarehere:empty {
7  display: none;
8}
9#dokuwiki__content .youarehere {
10  font-size: 85%;
11}
12#dokuwiki__content .youarehere:before {
13  content:"⌇";
14}
15