summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/_static/bugzilla.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/rst/_static/bugzilla.css')
-rw-r--r--docs/en/rst/_static/bugzilla.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/en/rst/_static/bugzilla.css b/docs/en/rst/_static/bugzilla.css
index c3d8ea781..06f5c8375 100644
--- a/docs/en/rst/_static/bugzilla.css
+++ b/docs/en/rst/_static/bugzilla.css
@@ -1,3 +1,21 @@
@import 'default.css';
dt { font-weight: bold; }
+
+/* Custom roles */
+.param { font-weight: bold; }
+.paramval { font-family: monospace; }
+.group { font-family: monospace; }
+.field { font-weight: bold; }
+.command { font-family: monospace; font-size: 130% }
+
+.admonition-todo {
+ background-color: lightpink;
+ border: 2px darkred solid;
+}
+
+/* Make Buggie's antenna not take up so much space */
+.logo {
+ display: block;
+ margin-top: -20px;
+}