Set sidebar background using Bootstrap class
This commit is contained in:
parent
7d7126736e
commit
57941554f7
2 changed files with 1 additions and 2 deletions
|
@ -327,7 +327,6 @@ body.small-nav {
|
|||
#sidebar {
|
||||
float: left;
|
||||
width: $sidebarWidth;
|
||||
background: #fff;
|
||||
|
||||
#sidebar_loader {
|
||||
display: none;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<% end %>
|
||||
|
||||
<% content_for :content do %>
|
||||
<div id="sidebar">
|
||||
<div id="sidebar" class="bg-body">
|
||||
<%= render :partial => "layouts/search", :locals => { :autofocus => true } %>
|
||||
|
||||
<div id="flash">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue