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