Skip to content

Commit

Permalink
add feed links
Browse files Browse the repository at this point in the history
fix archive page
fix font size
  • Loading branch information
PowerKiKi committed Feb 23, 2011
1 parent c9d783e commit d9c7d47
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grace/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<ul id="latestworkgallery">

<?php include(TEMPLATEPATH . '/includes/thumb.php'); ?>
<?php include(TEMPLATEPATH . '/includes/thumbs.php'); ?>

</ul>

Expand Down
4 changes: 4 additions & 0 deletions grace/homepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
</li>

<?php endif; ?>
<li>
<p><a class="rss" href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a> <br/>
<a class="rss" href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo esc_attr(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></p>

</ul>

</div> <!-- columnleft -->
Expand Down
Binary file added grace/images/feed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions grace/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ p {
line-height: 1.9em;
}

#columnright p
{
font-size:1.2em;
}

ul, ol {
font-size:1.1em;
}
Expand Down Expand Up @@ -268,7 +273,7 @@ body {
/* Image Cycle Styles*/

.pics {
height: 450px;
height: 506px;
width: 900px;
padding:0;
margin:0;
Expand Down Expand Up @@ -549,4 +554,12 @@ ol.commentlist li.pingback {

.wp-caption {
display: none;
}
}

a.rss
{
background: url('images/feed.png') no-repeat 0 50%;
padding-left: 20px;
display: inline-block;
min-height: 16px;
}

0 comments on commit d9c7d47

Please sign in to comment.