From c49a31cfb504680786ed910c5caf2d95f299ce76 Mon Sep 17 00:00:00 2001 From: "Carney, Sarah A" Date: Tue, 19 Dec 2017 16:52:32 -0600 Subject: [PATCH] HHPN-144 Removed spacing from list items. The spacing was added during a typography clean-up, but it's a trivial thing that can be removed. --- css/suitcase.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/suitcase.css b/css/suitcase.css index c2fe903..f1dd88a 100644 --- a/css/suitcase.css +++ b/css/suitcase.css @@ -299,11 +299,6 @@ ol, margin-bottom: 0; } -.node ul > li, -.node ol > li { - margin-bottom: 0.5rem; -} - /* -------------------- */ /* Tables */