We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 641fa95 + ea0cade commit cf27fe0Copy full SHA for cf27fe0
media/css/base.css
@@ -3,5 +3,5 @@
3
@import url("text.css");
4
@import url("navigation.css");
5
@import url("table.css");
6
-
+@import url("grid.css");
7
@import url("iefixes.css");
template/confreg/schedule.html
@@ -66,7 +66,7 @@ <h2>Schedule - {{conference}}</h2>
66
<h2>{{day.day|date:"l, F d"}}</h2>
67
<div class="schedwrap" style="height: {{day.schedule_height}}px; width: {{day.schedule_width}}px;">
68
{%for room in day.rooms%}
69
- <div class="sessblock roomheader" style="left: {{room.leftpos}}px; width: {{room.widthpos}}px;"><br>
+ <div class="sessblock roomheader" style="left: {{room.leftpos}}px; width: {{room.widthpos}}px; height: 100px;">
70
{{room.name}}
71
</div>
72
{%endfor%}
0 commit comments