fix blocks for lists

This commit is contained in:
Ben Ogle
2013-09-23 12:31:43 -07:00
parent a8595023c2
commit 82fcada49e

View File

@@ -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;
}