Skip to content

Commit

Permalink
Merge pull request #924 from projectblacklight/smaller_results_columns
Browse files Browse the repository at this point in the history
allow results columns down to bootstrap  size
  • Loading branch information
jcoyne committed Jun 10, 2014
2 parents 03441c7 + 8a51ec6 commit 78abad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/catalog/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div id="sidebar" class="col-md-3">
<div id="sidebar" class="col-md-3 col-sm-4">
<%= render 'search_sidebar' %>
</div>

<div id="content" class="col-md-9">
<div id="content" class="col-md-9 col-sm-8">
<% unless has_search_parameters? %>
<%# if there are no input/search related params, display the "home" partial -%>
<%= render 'home' %>
Expand Down

0 comments on commit 78abad5

Please sign in to comment.