Fix spacing for bibliographies.

Should use a single class for each bibliography instead of hard coding each
bibligoraphy in the style.
This commit is contained in:
Justin Hsu 2016-06-25 22:02:01 -04:00
parent 9983b90f83
commit 31b2631778
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ body {
};
}
#drafts, #conference-publications {
#drafts, #conferences, #journals-and-surveys {
padding: $text-pad;
}