about summary refs log tree commit diff
path: root/doc/overrides.css
diff options
context:
space:
mode:
authorDaniel Sidhion <DanielSidhion@users.noreply.github.com>2024-03-16 12:16:59 -0700
committerGitHub <noreply@github.com>2024-03-16 20:16:59 +0100
commita1581a3647763319d2865e589b63c73dbe67a550 (patch)
treef971cfe3f38226b25ddbc19e214437bf0931f639 /doc/overrides.css
parent4645c67723a68f688636fea1a501000d751d35fd (diff)
doc: fix and simplify stylesheets for the manuals, fix nrd bug (#295847)
* doc: fix and simplify stylesheets for the manuals, fix nrd bug

* Add anchorjs script to add links on section headers

* Fix another nrd bug, address style changes

* Use span instead of a for inline span syntax
Diffstat (limited to 'doc/overrides.css')
-rw-r--r--doc/overrides.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/overrides.css b/doc/overrides.css
deleted file mode 100644
index 73901a3f543bf..0000000000000
--- a/doc/overrides.css
+++ /dev/null
@@ -1,22 +0,0 @@
-.docbook .xref img[src^=images\/callouts\/],
-.screen img,
-.programlisting img,
-.literallayout img,
-.synopsis img {
-    width: 1em;
-}
-
-.calloutlist img {
-    width: 1.5em;
-}
-
-.prompt,
-.screen img,
-.programlisting img,
-.literallayout img,
-.synopsis img {
-    -moz-user-select: none;
-    -webkit-user-select: none;
-    -ms-user-select: none;
-    user-select: none;
-}