From: csarven Date: Fri, 14 Nov 2008 22:08:05 +0000 (-0500) Subject: trac626 Update: Moving illustrations to the default theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a02f5d3c2b2ffc93619a0e7c6e07ecc05be9909;p=quix0rs-gnu-social.git trac626 Update: Moving illustrations to the default theme darcs-hash:20081114220805-eefa4-3d8a8eaf21cd219e25186ec2f956a8442580109e.gz --- diff --git a/theme/default/display.css b/theme/default/display.css index b17e5f4482..8408ecd8dd 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -167,7 +167,17 @@ list-style-type:none; display:inline; margin-left:0.5em; } - +.feeds li a.rss, +.feeds li a.atom { +background:url(icon_rss.png) no-repeat; +padding-top:2px; +padding-left:20px; +} +.feeds li a.foaf { +background:url(icon_foaf.gif) no-repeat; +padding-top:2px; +padding-left:30px; +} /* ----- Nav Footer ----- */ #nav_sub { diff --git a/theme/default/icon_foaf.gif b/theme/default/icon_foaf.gif new file mode 100644 index 0000000000..f8f7844235 Binary files /dev/null and b/theme/default/icon_foaf.gif differ diff --git a/theme/default/icon_rss.png b/theme/default/icon_rss.png new file mode 100644 index 0000000000..5d600a5e0b Binary files /dev/null and b/theme/default/icon_rss.png differ diff --git a/theme/identica/icon_foaf.gif b/theme/identica/icon_foaf.gif deleted file mode 100644 index f8f7844235..0000000000 Binary files a/theme/identica/icon_foaf.gif and /dev/null differ diff --git a/theme/identica/icon_rss.png b/theme/identica/icon_rss.png deleted file mode 100644 index da7a39b4e4..0000000000 Binary files a/theme/identica/icon_rss.png and /dev/null differ