mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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 {
|
.news-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
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 {
|
.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 {
|
.news-item .date {
|
||||||
float: right;
|
float: right;
|
||||||
color: #aaa;
|
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
}
|
}
|
||||||
|
.news-item .date a {
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
.news-item .files {
|
.news-item .files {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
padding: 8px 10px 2px 10px;
|
padding: 8px 10px 2px 10px;
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<!-- <a href="#" class="btn-Action tip"><span>Tip</span></a> -->
|
<!-- <a href="#" class="btn-Action tip"><span>Tip</span></a> -->
|
||||||
<% end %>
|
<% 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>
|
<a href="/site/<%= site.username %>.rss"><span>RSS/Atom Feed</span></a>
|
||||||
<br>
|
<br>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<br>
|
<br>
|
||||||
<a href="https://plus.google.com/share?<%= Rack::Utils.build_query(url: "http://#{site.host}") %>" target="_blank">Google+</a>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue