Fixed banner by Joshua

This commit is contained in:
rulingcom 2014-07-01 10:57:16 +08:00
parent ce828cce9d
commit a2fca368dc
2 changed files with 7 additions and 3 deletions

View File

@ -46,11 +46,15 @@ body {
// Header
.header {
height: 350px;
background-color: #fff;
// height: 350px;
background-color: #cccccc;
margin-bottom: 3em;
@include box-shadow(0, 2px, .8em, #b3b3b3, outset);
}
.carousel-inner {
margin: auto;
max-width: 1300px;
}
// Footer
.footer {
color: #818181;

View File

@ -6,4 +6,4 @@
%>
<% a.each do |n| %>
<%= render :partial => "shared/item_cluster", :locals => {:type => n[0], :title => n[1], :moreLink => n[2], :frequency => 12} %>
<% end %>
<% end %>