Skip to content

Commit

Permalink
Add col-sm-* to catalog/show.html
Browse files Browse the repository at this point in the history
So it's still two-column at size bootstrap 'sm'. catalog/index
was changed to still be two-column at 'sm' here: 8a51ec6

Should catalog/show be changed to match? If so, this does it.
  • Loading branch information
jrochkind committed Aug 21, 2014
1 parent 036c257 commit 61f0603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catalog/show.html.erb
@@ -1,4 +1,4 @@
<div id="content" class="col-md-9 show-document">
<div id="content" class="col-md-9 col-sm-8 show-document">

<%= render 'previous_next_doc' %>
Expand Down Expand Up @@ -29,6 +29,6 @@
</div>
<div id="sidebar" class="col-md-3">
<div id="sidebar" class="col-md-3 col-sm-4">
<%= render_document_sidebar_partial %>
</div>

0 comments on commit 61f0603

Please sign in to comment.