add margin to dl, fixes #43

This commit is contained in:
Dave Snider 2013-11-06 12:55:08 -08:00
parent caba30b87f
commit 8b620bbbe5
2 changed files with 2 additions and 1 deletions

View File

@ -171,6 +171,7 @@
// This makes me terribly unhappy and makes this code very nesty. Unfortunately I've seen hand-written docs
// that output similar, but not quite the same nesting so this is really the best we can do.
dl
margin-bottom: $base-line-height
// This would be the equivilant of a .. class::
dt
display: inline-block

File diff suppressed because one or more lines are too long