Skip to content

Commit

Permalink
Cover complete width for devrooms
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Oct 24, 2024
1 parent 95d7585 commit e8bd1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h3><a name="devrooms"></a>Developer rooms</h3>
<div class="row-fluid">
<% columns = [columns, devrooms.size].min %>
<% devrooms.sort_by{|x| x[:rank]}.each_slice((devrooms.size.to_f / columns).ceil) do |list| %>
<div class="span<%= 9 / columns %>">
<div class="span<%= 12 / columns %>">
<ul>
<% list.each do |t| %>
<li><%= l t, :name %></li>
Expand Down

0 comments on commit e8bd1f3

Please sign in to comment.