1/*!
2 * DokuWiki Advanced Plugin
3 *
4 * Home     http://dokuwiki.org/plugin:bootswrapper
5 * Author   Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
6 * License  GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 */
8
9#plugin_advanced_config {
10    h3 {
11        strong {
12            padding-right: 5px;
13        }
14        span::before {
15            content: '[';
16        }
17        span::after {
18            content: ']';
19        }
20    }
21}
22