diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 14:32:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 14:32:48 +0300 |
commit | b5522a6f68c620b4309a5e10fd8de35587ba67b1 (patch) | |
tree | f077d7ad7d4cb4adc82c14adea6ede025ef40dea /assets/css/common/fix_bootstrap.css | |
parent | mathjax: rename the post (diff) | |
download | jekyll-theme-b5522a6f68c620b4309a5e10fd8de35587ba67b1.tar.gz jekyll-theme-b5522a6f68c620b4309a5e10fd8de35587ba67b1.zip |
index.html: make it actually pretty
Diffstat (limited to '')
-rw-r--r-- | assets/css/common/fix_bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/common/fix_bootstrap.css b/assets/css/common/fix_bootstrap.css index ab7912e..03100b3 100644 --- a/assets/css/common/fix_bootstrap.css +++ b/assets/css/common/fix_bootstrap.css @@ -36,3 +36,8 @@ pre code { .text-muted a.category { color: inherit; } +/* WTF? Sometimes I want to skip .list-group-item-text, and I don't want the + * margin for the heading. */ +.list-group-item-heading:last-child { + margin-bottom: 0; +} |