From 3c8c971757629e29c5d815c434729015431e267d Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 9 Mar 2010 13:14:22 +0000 Subject: Generic rss feed icon added git-svn-id: http://code.elgg.org/elgg/trunk@5325 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'views/default/css.php') 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(_graphics/icon_rss.png); + background-repeat: no-repeat; + background-position: left top; + text-indent: -1000em; } .tags { background-image:url(_graphics/icon_tag.png); -- cgit v1.2.3