From bc65cc82f14adec90167a2815792a01964048467 Mon Sep 17 00:00:00 2001 From: Ksawery Plis Date: Tue, 10 Dec 2024 14:11:55 +0100 Subject: [PATCH] =?UTF-8?q?Usuwamy=20niepotrzebne=20w=C5=82asno=C5=9Bci,?= =?UTF-8?q?=20zamieniamy=20display=20na=20float?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/courses/course_parts/course_head.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/zapisy/apps/enrollment/courses/templates/courses/course_parts/course_head.html b/zapisy/apps/enrollment/courses/templates/courses/course_parts/course_head.html index 27e61b57a4..aaeae12868 100644 --- a/zapisy/apps/enrollment/courses/templates/courses/course_parts/course_head.html +++ b/zapisy/apps/enrollment/courses/templates/courses/course_parts/course_head.html @@ -23,11 +23,8 @@

margin: 0; } - #hours ul { - display: flex; - padding: 0; - margin: 0; - list-style-type: none; + #hours ul li { + float: left; } #hours ul li + li::before {