messing around with rss css

pull/1/head
Andromeda Yelton 2012-03-12 14:46:40 -04:00
parent b5c284cc2d
commit 71c6ac5d4a
3 changed files with 10 additions and 1 deletions

View File

@ -259,7 +259,7 @@ there's no tab for seeing ALL my books, only the filters! huh.
<li class="tabs3"><a href="#">Wishlisted</a></li> <li class="tabs3"><a href="#">Wishlisted</a></li>
</ul> </ul>
<span id="rss"><a href="feed" title="RSS feed of {{ supporter }}'s latest wishbooks" alt="RSS feed of {{ supporter }}'s latest wishbooks"><img src="/static/images/feedicons-standard/feed-icon-14x14.png">Subscribe</a></span> <span id="rss"><a href="feed" title="RSS feed of {{ supporter }}'s latest wishbooks" alt="RSS feed of {{ supporter }}'s latest wishbooks"><img src="/static/images/feedicons-standard/feed-icon-14x14.png"><span>Subscribe</span></a></span>
{% if not works %} {% if not works %}
{% comment %} {% comment %}

View File

@ -386,6 +386,10 @@ ul.tabs li.tabs3 a:hover, ul.tabs li.tabs3.active a {
#rss img { #rss img {
padding: 16px 0 0 14px; padding: 16px 0 0 14px;
} }
#rss span {
margin-left: 3px;
font-size: 12px;
}
.listview .rounded { .listview .rounded {
line-height: normal; line-height: normal;
margin-right: 0; margin-right: 0;

View File

@ -336,6 +336,11 @@ ul.tabs {
img { img {
padding: 16px 0 0 14px; padding: 16px 0 0 14px;
} }
span {
margin-left: 3px;
font-size: 12px;
}
} }
.listview .rounded { .listview .rounded {