Skip to content

Commit

Permalink
Merge pull request #975 from projectblacklight/catalog_show_col_sm
Browse files Browse the repository at this point in the history
Add col-sm-* to catalog/show.html
  • Loading branch information
jcoyne committed Aug 21, 2014
2 parents 036c257 + 61f0603 commit ab0168e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catalog/show.html.erb
Original file line number Diff line number Diff line change
@@ -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 ab0168e

Please sign in to comment.