# HG changeset patch # User bsw # Date 1612212712 -3600 # Node ID d8812caac7766ff6cb4f58594fa3d8bb5eb581f7 # Parent 10fdd6713adbedfab50597c3c8e29479aec8d859 Remove whitespace above heading in admission info diff -r 10fdd6713adb -r d8812caac776 static/lf4.css --- a/static/lf4.css Mon Feb 01 21:49:51 2021 +0100 +++ b/static/lf4.css Mon Feb 01 21:51:52 2021 +0100 @@ -552,6 +552,11 @@ font-family: "Roboto Bold"; } +.admitted_info h1, +.not_admitted_info h1 { + margin-top: 0; +} + .admitted_info table th, .not_admitted_info table th { text-align: left;