doc: Make callout marks in code unselectable
To make example copying easier.
This commit is contained in:
parent
8334b83595
commit
1e6265afe9
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue