1div.dokuwiki div.include div.secedit {
2    float: right;
3    margin-left: 1em;
4    margin-top: -18px;
5}
6
7div.dokuwiki div.inclmeta {
8    border-top: 1px dotted __border__;
9    padding-top: 0.2em;
10    color: __text_neu__;
11    font-size: 80%;
12    line-height: 1.25;
13    margin-top: 0.5em;
14    margin-bottom: 2em;
15}
16
17div.dokuwiki div.inclmeta a.permalink {
18    background: transparent url(images/link.gif) 0px 1px no-repeat;
19    padding: 1px 0px 1px 16px;
20}
21
22div.dokuwiki div.inclmeta abbr.published {
23    background: transparent url(images/date.gif) 0px 1px no-repeat;
24    padding: 1px 0px 1px 16px;
25    border-bottom: 0;
26}
27
28div.dokuwiki div.inclmeta span.author {
29    background: transparent url(images/user.gif) 0px 1px no-repeat;
30    padding: 1px 0px 1px 16px;
31}
32
33div.dokuwiki div.inclmeta span.comment {
34    background: transparent url(images/comment.gif) 0px 1px no-repeat;
35    padding: 1px 0px 1px 16px;
36}
37
38div.dokuwiki div.inclmeta div.tags {
39    border-top: 0;
40    font-size: 100%;
41    float: right;
42    clear: none;
43}
44