make sure padding within notes doesn't add extra margins

This commit is contained in:
Dave Snider 2013-11-07 11:15:03 -08:00
parent d18a666225
commit 38edeb27a4
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
// These are the various note pullouts that sphinx applies
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning
@extend .wy-alert
p.last, p.first
.last, p.first
margin-bottom: 0
.admonition-title
font-weight: bold

File diff suppressed because one or more lines are too long