mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 09:34:57 +02:00
Starting to make some improvements to feed styles
This commit is contained in:
parent
a7706983a9
commit
5997abdcb2
2 changed files with 6 additions and 4 deletions
|
@ -499,7 +499,7 @@ a.tag:hover {
|
|||
.news-item {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin: 1.5em 0;
|
||||
margin: 1em 0;
|
||||
}
|
||||
/*
|
||||
.news-item.update, .news-item.tags, .news-item.comment.for-me, .news-item.tip.for-me {
|
||||
|
@ -566,10 +566,12 @@ a.tag:hover {
|
|||
}
|
||||
.news-item .date {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
font-size: 11px;
|
||||
margin-top: .5em;
|
||||
}
|
||||
.news-item .date a {
|
||||
color: #aaa;
|
||||
}
|
||||
.news-item .files {
|
||||
background: #eee;
|
||||
padding: 8px 10px 2px 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue