Starting to make some improvements to feed styles

This commit is contained in:
Victoria Wang 2014-10-10 01:12:31 -07:00
parent a7706983a9
commit 5997abdcb2
2 changed files with 6 additions and 4 deletions

View file

@ -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;

View file

@ -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>