diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index 8b5c7cab7..3fe37b959 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -207,8 +207,19 @@ h2 { .margin_top { margin-top:10px; } -form.action { - margin-top:10px; +.rss_link { + margin-top:-10px; + margin-bottom:10px; +} +.rss_link a { + display:block; + width:14px; + height:14px; + float:right; + background-image:url(<?php echo $vars['url']; ?>_graphics/icon_rss.png); + background-repeat: no-repeat; + background-position: left top; + text-indent: -1000em; } .tags { background-image:url(<?php echo $vars['url']; ?>_graphics/icon_tag.png); |