aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/common/fix_bootstrap.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 14:32:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 14:32:48 +0300
commitb5522a6f68c620b4309a5e10fd8de35587ba67b1 (patch)
treef077d7ad7d4cb4adc82c14adea6ede025ef40dea /assets/css/common/fix_bootstrap.css
parentmathjax: rename the post (diff)
downloadjekyll-theme-b5522a6f68c620b4309a5e10fd8de35587ba67b1.tar.gz
jekyll-theme-b5522a6f68c620b4309a5e10fd8de35587ba67b1.zip
index.html: make it actually pretty
Diffstat (limited to 'assets/css/common/fix_bootstrap.css')
-rw-r--r--assets/css/common/fix_bootstrap.css5
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;
+}