summary refs log tree commit diff
path: root/doc/overrides.css
blob: cc21645a0dda85222c45b25952413828f2dd2b99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.docbook .xref img[src^=images\/callouts\/],
.screen img,
.programlisting img {
    width: 1em;
}

.calloutlist img {
    width: 1.5em;
}

.prompt {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}