Skip to content

Commit cf27fe0

Browse files
authored
Merge pull request #20 from xenophenes/master
import grid.css
2 parents 641fa95 + ea0cade commit cf27fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

media/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
@import url("text.css");
44
@import url("navigation.css");
55
@import url("table.css");
6-
6+
@import url("grid.css");
77
@import url("iefixes.css");

template/confreg/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>Schedule - {{conference}}</h2>
6666
<h2>{{day.day|date:"l, F d"}}</h2>
6767
<div class="schedwrap" style="height: {{day.schedule_height}}px; width: {{day.schedule_width}}px;">
6868
{%for room in day.rooms%}
69-
<div class="sessblock roomheader" style="left: {{room.leftpos}}px; width: {{room.widthpos}}px;"><br>
69+
<div class="sessblock roomheader" style="left: {{room.leftpos}}px; width: {{room.widthpos}}px; height: 100px;">
7070
{{room.name}}
7171
</div>
7272
{%endfor%}

0 commit comments

Comments
 (0)