mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
fixed for real this time
This commit is contained in:
parent
348054db93
commit
70780ee2aa
4 changed files with 22 additions and 8 deletions
|
@ -20,6 +20,14 @@
|
||||||
padding:0 $spacing*2;
|
padding:0 $spacing*2;
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.int-Gall{
|
||||||
|
|
||||||
|
li{
|
||||||
|
margin:0 .5% 12px;
|
||||||
|
width:25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.neo-SS, .neo-Screen-Shot{
|
.neo-SS, .neo-Screen-Shot{
|
||||||
|
@ -33,12 +41,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-Holder{
|
.img-Holder{
|
||||||
-moz-background-size:100% auto!important;
|
-moz-background-size:cover!important;
|
||||||
-webkit-background-size:100% auto!important;
|
-webkit-background-size:cover!important;
|
||||||
background-size:100% auto!important;
|
background-size:cover!important;
|
||||||
|
border:1px solid #ccc;
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hp-Gallery img, .neo-Screen-Shot img{
|
.hp-Gallery img, .neo-Screen-Shot img{
|
||||||
width:100%
|
width:100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1395,6 +1395,9 @@ a {
|
||||||
.website-Gallery a {
|
.website-Gallery a {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.website-Gallery.int-Gall li {
|
||||||
|
margin: 0 .5% 12px;
|
||||||
|
width: 25%; }
|
||||||
|
|
||||||
.neo-SS, .neo-Screen-Shot {
|
.neo-SS, .neo-Screen-Shot {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -1408,9 +1411,10 @@ a {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
.img-Holder {
|
.img-Holder {
|
||||||
-moz-background-size: 100% auto !important;
|
-moz-background-size: cover !important;
|
||||||
-webkit-background-size: 100% auto !important;
|
-webkit-background-size: cover !important;
|
||||||
background-size: 100% auto !important;
|
background-size: cover !important;
|
||||||
|
border: 1px solid #ccc;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.hp-Gallery img, .neo-Screen-Shot img {
|
.hp-Gallery img, .neo-Screen-Shot img {
|
||||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
</div> <!-- end .row.content -->
|
</div> <!-- end .row.content -->
|
||||||
<br />
|
<br />
|
||||||
<ul class="row website-Gallery content">
|
<ul class="row website-Gallery content int-Gall">
|
||||||
<% @sites.each do |site| %>
|
<% @sites.each do |site| %>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://<%= site.username %>.neocities.org" class="neo-Screen-Shot" target="_blank" title="Website of <%= site.username %>">
|
<a href="http://<%= site.username %>.neocities.org" class="neo-Screen-Shot" target="_blank" title="Website of <%= site.username %>">
|
||||||
|
|
Loading…
Add table
Reference in a new issue