The branch, master has been updated via 385f0b3a7532f8b384d5990cc0642a20910b61ce (commit) from defd87618bc39106696964e985856d024297da87 (commit)
- Log ----------------------------------------------------------------- commit 385f0b3a7532f8b384d5990cc0642a20910b61ce Author: Dieter Adriaenssens ruleant@users.sourceforge.net Date: Mon Sep 12 21:03:32 2011 +0200
override css with style property
-----------------------------------------------------------------------
Summary of changes: templates/docs.tpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/docs.tpl b/templates/docs.tpl index 2a30117..e255974 100644 --- a/templates/docs.tpl +++ b/templates/docs.tpl @@ -92,14 +92,14 @@ I am pleased to announce an update of my book. It is now up to date with phpMyAd <h3>phpMyAdmin Starter</h3>
<a href="#" title="In the eBook..." onclick="window.open('https://www.packtpub.com/sites/default/files/pmastarter/pmastarterpreview.html','help','scrollbars=yes,resizable=yes,width=680,height=720,left=180,top=20'); return false;"> - <img width="135" height="170" border="0" src="${base_url}images/packt/pmastarter_cover.png" /> + <img width="135" height="170" style="border: 0px;" src="${base_url}images/packt/pmastarter_cover.png" /> </a> <p> Get started with this quick introduction to phpMyAdmin, its features, and the community. A percentage of each sale goes direct to the phpMyAdmin project. </p>
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=984362&cl=174893&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"> - <img src="${base_url}images/packt/addtocart.gif" border="0" alt="Add to Cart"/></a> + <img src="${base_url}images/packt/addtocart.gif" style="border: 0px;" alt="Add to Cart"/></a> <p class="signature">Marc Delisle</p> </div>
hooks/post-receive