adspace: datenspuren2011

This commit is contained in:
Astro 2011-09-07 03:09:38 +02:00
parent e001930f08
commit d9426ba9ef
3 changed files with 11 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -265,7 +265,8 @@ p.new_comment a:before {
/* -- Adspace -- */
#adspace {
padding: 0 1em 0 2em;
padding: 0.5em 1em 0 2em;
text-align: center;
}
#adspace h2 {

View File

@ -186,12 +186,19 @@
<xsl:template name="adspace">
<div id="adspace">
<h2>Podcast-Portal</h2>
<!--h2>Podcast-Portal</h2>
<p>
<a href="http://pentamedia.org/">
<img title="pentamedia.org"
alt="pentamedia"
src="{concat($baseurl, '/images/pentamedia.png')}"/>
src="{concat($baseurl, 'images/pentamedia.png')}"/>
</a>
</p-->
<p>
<a href="http://datenspuren.de/">
<img title="Datenspuren 2011"
alt="Datenspuren 2011"
src="{concat($baseurl, 'images/datenspuren2011.png')}"/>
</a>
</p>
</div>