1.dokuwiki > header.notos .bottom-row {
2    display: flex;
3    align-items: flex-end;
4
5    a {
6        color: unset;
7    }
8
9    .breadcrumbs {
10        font-size: small;
11        flex-grow: 1;
12        flex-shrink: 1;
13
14        span.bchead {
15            font-weight: bold;
16        }
17
18    }
19
20    .user {
21        flex-grow: 0;
22        flex-shrink: 0;
23
24        a.iw_user {
25            background-image: none;
26        }
27    }
28
29    @media screen and (max-width: @ini_phone_width) {
30        display: none;
31    }
32}
33
34