aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/gdb.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/gdb.css')
-rw-r--r--assets/css/gdb.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/gdb.css b/assets/css/gdb.css
new file mode 100644
index 0000000..ac7ee1f
--- /dev/null
+++ b/assets/css/gdb.css
@@ -0,0 +1,5 @@
+td code {
+ /* Override Bootstrap styling in tables: */
+ padding: 0;
+ background-color: inherit;
+}