mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +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;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<!-- <a href="#" class="btn-Action tip"><span>Tip</span></a> -->
|
||||
<% end %>
|
||||
|
||||
<a href="#" id="shareButton" class="btn-Action share" data-container="body" data-toggle="popover" data-placement="bottom" data-content='
|
||||
<a href="#" id="shareButton" class="btn-Action" data-container="body" data-toggle="popover" data-placement="bottom" data-content='
|
||||
|
||||
<a href="/site/<%= site.username %>.rss"><span>RSS/Atom Feed</span></a>
|
||||
<br>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<br>
|
||||
<a href="https://plus.google.com/share?<%= Rack::Utils.build_query(url: "http://#{site.host}") %>" target="_blank">Google+</a>
|
||||
'>
|
||||
<span>Share</span></a>
|
||||
<i class="fa fa-share-alt"></i> <span>Share</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue