From b5522a6f68c620b4309a5e10fd8de35587ba67b1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 14:32:48 +0300 Subject: index.html: make it actually pretty --- assets/css/common/fix_bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets') 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; +} -- cgit v1.2.3