Adjusted tags section on browse page

This commit is contained in:
Victoria Wang 2014-09-02 15:34:18 -07:00
parent aa35f2f158
commit 9da6f128ec
2 changed files with 5 additions and 1 deletions

View file

@ -820,6 +820,9 @@ a.tag:hover {
.browse-page h1 { .browse-page h1 {
margin-top: 0; margin-top: 0;
} }
.browse-page .tags {
padding: 0 30px 30px 30px;
}
.interior .header-Outro.with-columns .col.filter { .interior .header-Outro.with-columns .col.filter {
padding-top: 0px; padding-top: 0px;
padding-bottom: 4px; padding-bottom: 4px;

View file

@ -111,7 +111,7 @@
<% end %> <% end %>
<% end %> <% end %>
<div class="row website-Gallery content int-Gall"> <div class="tags">
<h4>Tags</h4> <h4>Tags</h4>
<p> <p>
<% Tag.popular_names.each do |tag| %> <% Tag.popular_names.each do |tag| %>
@ -119,3 +119,4 @@
<% end %> <% end %>
</p> </p>
</div> </div>
</div>