mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 18:16:07 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
f4904b622f
2 changed files with 4 additions and 7 deletions
|
@ -187,7 +187,7 @@
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.interior .header-Outro .screenshot.dashboard {
|
.interior .header-Outro .screenshot.dashboard {
|
||||||
|
@ -276,9 +276,6 @@
|
||||||
background: #77ABB8;
|
background: #77ABB8;
|
||||||
@include box-shadow(0 0 5px rgba(0, 0, 0, 0.2));
|
@include box-shadow(0 0 5px rgba(0, 0, 0, 0.2));
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: #83B3C0;
|
|
||||||
}
|
|
||||||
&:focus, &.active {
|
&:focus, &.active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background: #4F727B;
|
background: #4F727B;
|
||||||
|
@ -541,7 +538,7 @@
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 7px;
|
margin-left: 9px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -562,7 +559,6 @@
|
||||||
}
|
}
|
||||||
.html-thumbnail, .misc-icon {
|
.html-thumbnail, .misc-icon {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 4px;
|
|
||||||
float: left;
|
float: left;
|
||||||
width: 23px;
|
width: 23px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
|
@ -820,6 +816,7 @@
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
height: 160px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-portrait {
|
.site-portrait {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<% if params[:tag] %>
|
<% if params[:tag] %>
|
||||||
<h1><a href="/browse">Websites</a> > <%= params[:tag] %></h1>
|
<h1><a href="/browse">Websites</a> > <%= params[:tag] %></h1>
|
||||||
<% else %>
|
<% else %>
|
||||||
<h1>Websites on Neocities</h1>
|
<h1>Sites on Neocities</h1>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue