mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
8334b83595
Weirdly, no-one seems to have noticed this was broken.
17 lines
260 B
CSS
17 lines
260 B
CSS
.docbook .xref img[src^=images\/callouts\/],
|
|
.screen img,
|
|
.programlisting img {
|
|
width: 1em;
|
|
}
|
|
|
|
.calloutlist img {
|
|
width: 1.5em;
|
|
}
|
|
|
|
.prompt {
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|