mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
724fe393bc
2 changed files with 17 additions and 1 deletions
|
@ -1156,8 +1156,22 @@ a.tag:hover {
|
|||
}
|
||||
.section.featured-Websites {
|
||||
background: #971D31;
|
||||
border-top: 1px solid #C02841;
|
||||
border-bottom: 1px solid #801629;
|
||||
padding: 30px 0;
|
||||
position: relative;
|
||||
|
||||
h2.delta {
|
||||
color: white;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
margin-bottom: .5em;
|
||||
margin-left: 5.25%;
|
||||
}
|
||||
.btn-Action {
|
||||
margin-top: 1.8em;
|
||||
margin-right: 5.25%;
|
||||
}
|
||||
}
|
||||
.section.featured-Websites .nav {
|
||||
float:left;
|
||||
|
|
|
@ -206,10 +206,11 @@
|
|||
<main class="content-Base">
|
||||
|
||||
<div class="section featured-Websites">
|
||||
<h2 class="delta">Featured Sites</h2>
|
||||
<!--
|
||||
<div class="nav prev"></div>
|
||||
-->
|
||||
<ul class="website-Gallery hp-Gallery">
|
||||
<ul class="website-Gallery hp-Gallery">
|
||||
<% Site.featured.each do |site| %>
|
||||
<li>
|
||||
<a href="<%= site.uri %>" title="<%= site.title %>" target="_blank">
|
||||
|
@ -221,6 +222,7 @@
|
|||
<!--
|
||||
<div class="nav next"></div>
|
||||
-->
|
||||
<a href="/browse" class="btn-Action float-Right">Browse all sites</a>
|
||||
</div>
|
||||
|
||||
<div class="section previews">
|
||||
|
|
Loading…
Add table
Reference in a new issue