mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
More tweaks to browse page
This commit is contained in:
parent
24c7f71c89
commit
46744df98d
3 changed files with 5 additions and 5 deletions
|
@ -821,7 +821,7 @@ a.tag:hover {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.browse-page .tags {
|
.browse-page .tags {
|
||||||
padding: 0 30px 30px 30px;
|
padding: 0 30px 40px 30px;
|
||||||
}
|
}
|
||||||
.pagination .arrow {
|
.pagination .arrow {
|
||||||
vertical-align: 1px;
|
vertical-align: 1px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.website-Gallery{
|
.website-Gallery{
|
||||||
list-style:none;
|
list-style:none;
|
||||||
padding:30px 20px;
|
padding:30px 24px;
|
||||||
|
|
||||||
li{
|
li{
|
||||||
@extend .col-25;
|
@extend .col-25;
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
<% if @sites.length == 0 %>
|
<% if @sites.length == 0 %>
|
||||||
<div class="row website-Gallery content int-Gall" style="padding-left: 30px;">
|
<div class="row website-Gallery content int-Gall" style="padding-left: 30px;">
|
||||||
<h2>No active sites found.</h2>
|
<h3>No active sites found.</h3>
|
||||||
<p>Try another search, or <a href="/browse">browse all sites</a>!</p>
|
<p>Try another search, or <a href="/browse">browse all sites</a>!</p>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
@ -112,8 +112,8 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="tags">
|
<div class="row website-Gallery content int-Gall tags">
|
||||||
<h4>Tags</h4>
|
<h3>Tags</h3>
|
||||||
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue