From 82fcada49eff7e2891c759f237282a3c36d656bc Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 23 Sep 2013 12:31:43 -0700 Subject: [PATCH] fix blocks for lists --- static/utilities.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/utilities.less b/static/utilities.less index e4c176576..74b0bc030 100644 --- a/static/utilities.less +++ b/static/utilities.less @@ -16,9 +16,11 @@ // Blocks // Must be div.block so as not to affect syntax highlighting. +ul.block, div.block { margin-bottom: @component-padding; } +div > ul.block:last-child, div > div.block:last-child { margin-bottom: 0; }