Skip to content

Commit 11952b4

Browse files
authored
Merge pull request #25 from xenophenes/master
fix formatting headers
2 parents f0330d0 + dc24a72 commit 11952b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/confreg/schedule.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ <h2>{{day.day|date:"l, F d"}}</h2>
6767
{%for room in day.rooms%}
6868
<div class="4u 12u$(medium)">
6969
<section class="box">
70-
<h4><div class="sessblock roomheader">
70+
<h4 style="text-align:center;"><div class="sessblock roomheader">
7171
{{room.name}}
7272
</div></h4>
73+
<hr>
7374
<br>
7475
{%for session in day.sessions%}
7576
{%if session.leftpos == room.leftpos or session.widthpos == 1198 %}

0 commit comments

Comments
 (0)