Skip to content

Commit

Permalink
Fixed for bootstrap 3, see: Serhioromano#304
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Klatte committed May 22, 2014
1 parent 20e1a2a commit 85e5490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmpls/day.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="cal-day-box">
<div class="row-fluid cal-row-head">
<div class="row-fluid clearfix cal-row-head">
<div class="span1 col-xs-1 cal-cell"><%= cal.locale.time %></div>
<div class="span11 col-xs-11 cal-cell"><%= cal.locale.events %></div>
</div>
Expand Down Expand Up @@ -70,4 +70,4 @@
</div>
</div>
<% }; %>
</div>
</div>

0 comments on commit 85e5490

Please sign in to comment.