mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Adjusted tags section on browse page
This commit is contained in:
parent
aa35f2f158
commit
9da6f128ec
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -111,11 +111,12 @@
|
||||||
<% 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| %>
|
||||||
<a href="/browse?tag=<%= Rack::Utils.escape tag[:name] %>"><%= tag[:name] %></a>
|
<a href="/browse?tag=<%= Rack::Utils.escape tag[:name] %>"><%= tag[:name] %></a>
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Add table
Reference in a new issue