r21279 - htdocs/branches/beta/news - More fixes for the Google's +1 button position

Cristian Marchi cmarchi at code.gnucash.org
Wed Sep 21 05:23:56 EDT 2011


Author: cmarchi
Date: 2011-09-21 05:23:56 -0400 (Wed, 21 Sep 2011)
New Revision: 21279
Trac: http://svn.gnucash.org/trac/changeset/21279

Modified:
   htdocs/branches/beta/news/news-script.php
Log:
More fixes for the Google's +1 button position

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-09-21 09:17:34 UTC (rev 21278)
+++ htdocs/branches/beta/news/news-script.php	2011-09-21 09:23:56 UTC (rev 21279)
@@ -134,15 +134,15 @@
     <img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]" /> 
     <a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';" onmouseout="this.style.backgroundColor='#cacaf7';" name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
   </div>
+  <div style="float:right; width:10%; background color:rgb(202, 202, 247);">
+  <!-- The google +1 button-->
+  <g:plusone></g:plusone>
   </div>
+  </div>
   <div class="newsinner">
   <? for ($i=2; $i<$n; $i++)  {
           print $fa[$i];
      } ?>
-  <div style="float:right; width:10%; background color:rgb(202, 202, 247);">
-  <!-- The google +1 button-->
-  <g:plusone></g:plusone>
-  </div>
 
   </div>
 </div>



More information about the gnucash-changes mailing list