aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/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;
+}