1.dokuwiki div.tags,
2.dokuwiki div.tagstop {
3  font-size: 95%;
4  text-align: right;
5}
6
7.dokuwiki div.tags {
8  border-top: 2px dotted __border__;
9  clear: both;
10  margin-bottom: 1.4em;
11}
12
13.dokuwiki div.tagstop {
14  border-bottom: 2px dotted __border__;
15  margin-top: -1.3em;
16  margin-bottom: .4em;
17}
18
19.dokuwiki div.tags span,
20.dokuwiki div.tagstop span {
21  background: transparent url(images/tag.gif) 0 2px no-repeat;
22  padding: 1px 0 1px 17px;
23}
24
25/* make it easier to select the +/- checkboxes in the tagsearch table by making them block elements */
26.dokuwiki form.plugin__tag_search label.plus,
27.dokuwiki form.plugin__tag_search label.minus {
28  display: block;
29}
30