Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2015-02-12 15:35:53 -08:00
commit 0552b4e9b7
3 changed files with 20 additions and 1 deletions

View file

@ -253,6 +253,7 @@
font-size: 9px;
position: relative;
color: rgba(255, 255, 255, 0.4);
display: inline-block;
>.fa-heart {
display:none;

View file

@ -1497,6 +1497,7 @@ a.tag:hover {
color: #e93250;
vertical-align: .45em;
margin-left: -.15em;
display: inline;
}
.fa-user {
margin-right: 0.25em;

View file

@ -29,7 +29,10 @@
.username {
float: left;
overflow: hidden;
text-overflow: ellipsis;
width: 63%;
height: 1.3em;
white-space: nowrap;
}
.site-stats {
float: right;
@ -42,6 +45,9 @@
height: 1.4em;
float: left;
margin-top: -4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.site-tags .fa-tag {
vertical-align: -2px;
@ -54,6 +60,12 @@
margin-top: 8px;
margin-bottom: 2px;
white-space: nowrap;
a {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
float: left;
}
}
&.int-Gall{
@ -70,7 +82,8 @@
width:32%
}
@media (max-device-width:480px), screen and (max-width:800px){
width:49%
width:48%;
margin:0 1% 12px;
}
}
&.suggestions {
@ -86,6 +99,10 @@
}
}
}
@media (max-device-width:480px), screen and (max-width:800px){
padding: 4% 2%;
}
}
.admin {