Skip to content

Commit

Permalink
Mend schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
pntil committed Jul 2, 2018
1 parent a1da32a commit 9125187
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/schedule.html
Expand Up @@ -134,7 +134,7 @@ <h4>{{ lch }}</h4><h4 class="last">{{ sch }}</h4>
{% endfor %}
</div>

{% for block in ['b8'] %}
{% for block in ['b8', 'b9'] %}
{{ render_block(day2, block, halls_day_2) }}
{% endfor %}
</section>
Expand Down
18 changes: 18 additions & 0 deletions static/less/schedule.less
Expand Up @@ -86,6 +86,15 @@
&.last {
margin-right: 0;
}

&.third {
width: 260px;
float: left;

&.last {
margin-right: 0;
}
}
}

.columns-wrapper {
Expand Down Expand Up @@ -270,6 +279,15 @@
background: @peach;
margin-right: 20px;
}

&8 {
background: @blue;
clear: both;
}

&9 {
clear: both;
}
}
}
}
Expand Down

0 comments on commit 9125187

Please sign in to comment.