diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-06 23:11:06 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-11-06 23:11:06 +0100 |
commit | 600b53381b0b04e0aa429dd1cae9eb08df58512c (patch) | |
tree | 8a1e55333693a06c740bc712365469eb9c6040d7 /assets/css/gdb.css | |
parent | bump jekyll-theme (diff) | |
download | blog-600b53381b0b04e0aa429dd1cae9eb08df58512c.tar.gz blog-600b53381b0b04e0aa429dd1cae9eb08df58512c.zip |
notes: add gdb.md
Diffstat (limited to '')
-rw-r--r-- | assets/css/gdb.css | 5 |
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; +} |