2018-04-07 13:38:12 -06:00
|
|
|
.docbook .xref img[src^=images\/callouts\/],
|
|
|
|
.screen img,
|
2020-01-14 07:24:57 -07:00
|
|
|
.programlisting img,
|
|
|
|
.literallayout img,
|
|
|
|
.synopsis img {
|
2018-03-26 12:45:00 -06:00
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calloutlist img {
|
|
|
|
width: 1.5em;
|
|
|
|
}
|
2020-01-14 07:04:21 -07:00
|
|
|
|
2020-01-14 07:24:57 -07:00
|
|
|
.prompt,
|
|
|
|
.screen img,
|
|
|
|
.programlisting img,
|
|
|
|
.literallayout img,
|
|
|
|
.synopsis img {
|
2020-01-14 07:04:21 -07:00
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|