8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
22 lines
364 B
CSS
22 lines
364 B
CSS
.docbook .xref img[src^=images\/callouts\/],
|
|
.screen img,
|
|
.programlisting img,
|
|
.literallayout img,
|
|
.synopsis img {
|
|
width: 1em;
|
|
}
|
|
|
|
.calloutlist img {
|
|
width: 1.5em;
|
|
}
|
|
|
|
.prompt,
|
|
.screen img,
|
|
.programlisting img,
|
|
.literallayout img,
|
|
.synopsis img {
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|