Decrease spacing between footnotes

This commit is contained in:
Michael Rose
2013-12-09 09:39:37 -05:00
parent f265b0dc72
commit 5b8eb18f00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -301,7 +301,6 @@ body {
h4, h4,
h5, h5,
h6, h6,
span { span {
.font-rem(14); .font-rem(14);
} }
+2 -1
View File
@@ -103,7 +103,8 @@ blockquote {
// -------------------------------------------------- // --------------------------------------------------
.footnotes { .footnotes {
ol, li, p { ol, li, p {
.font-size(14); margin-bottom: 0;
.font-rem(14);
} }
} }