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