doc: Make callout marks in code unselectable

To make example copying easier.
This commit is contained in:
Jan Tojnar 2020-01-14 15:24:57 +01:00
parent 8334b83595
commit 1e6265afe9
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,6 +1,8 @@
.docbook .xref img[src^=images\/callouts\/],
.screen img,
.programlisting img {
.programlisting img,
.literallayout img,
.synopsis img {
width: 1em;
}
@ -8,7 +10,11 @@
width: 1.5em;
}
.prompt {
.prompt,
.screen img,
.programlisting img,
.literallayout img,
.synopsis img {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;