[pLog-svn] r760 - plugins/trunk/feedreader/templates

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jan 18 21:30:57 GMT 2005


Author: oscar
Date: 2005-01-18 21:30:57 +0000 (Tue, 18 Jan 2005)
New Revision: 760

Modified:
   plugins/trunk/feedreader/templates/feed.template
Log:
cosmetic change


Modified: plugins/trunk/feedreader/templates/feed.template
===================================================================
--- plugins/trunk/feedreader/templates/feed.template	2005-01-18 21:27:17 UTC (rev 759)
+++ plugins/trunk/feedreader/templates/feed.template	2005-01-18 21:30:57 UTC (rev 760)
@@ -39,7 +39,7 @@
   <li>
     <a onClick="javascript:toggleArticle('{$rssItem->getUniqueId()}');"><img id="img_{$rssItem->getUniqueId()}" src="plugins/feedreader/imgs/left.gif" alt="+" /></a>&nbsp;
     <a href="{$rssItem->getLink()}">{$rssItem->getTitle()}</a><br/>
-    <div style="display:none" id="{$rssItem->getUniqueId()}">
+    <div style="display:none;padding-bottom: 5px;" id="{$rssItem->getUniqueId()}">
      {$rssItem->getDescription()}
     </div>
   </li>




More information about the pLog-svn mailing list