liquid_feedback_frontend
changeset 1614:d8812caac776
Remove whitespace above heading in admission info
| author | bsw | 
|---|---|
| date | Mon Feb 01 21:51:52 2021 +0100 (2021-02-01) | 
| parents | 10fdd6713adb | 
| children | 8dc3b344fceb | 
| files | static/lf4.css | 
   line diff
1.1 --- a/static/lf4.css Mon Feb 01 21:49:51 2021 +0100 1.2 +++ b/static/lf4.css Mon Feb 01 21:51:52 2021 +0100 1.3 @@ -552,6 +552,11 @@ 1.4 font-family: "Roboto Bold"; 1.5 } 1.6 1.7 +.admitted_info h1, 1.8 +.not_admitted_info h1 { 1.9 + margin-top: 0; 1.10 +} 1.11 + 1.12 .admitted_info table th, 1.13 .not_admitted_info table th { 1.14 text-align: left;