Decrease spacing between footnotes

This commit is contained in:
Michael Rose 2013-12-09 09:32:40 -05:00
parent 5e92dddf9f
commit 855ca19f2c
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -301,7 +301,6 @@ body {
h4, h4,
h5, h5,
h6, h6,
span { span {
.font-rem(14); .font-rem(14);
} }

View file

@ -103,7 +103,8 @@ blockquote {
// -------------------------------------------------- // --------------------------------------------------
.footnotes { .footnotes {
ol, li, p { ol, li, p {
.font-size(14); margin-bottom: 0;
.font-rem(14);
} }
} }