xsl/common, default.css: adspace style

This commit is contained in:
Astro 2011-10-17 01:59:31 +02:00
parent ec5301d6be
commit 2e32f6f53b
2 changed files with 7 additions and 3 deletions

View File

@ -271,14 +271,18 @@ p.new_comment a:before {
#adspace h2 {
font-size: 1.2em;
font-style: italic;
color: #666;
padding: 0;
margin-top: 0;
}
#adspace p {
margin: 0;
padding: 0;
margin-bottom: 1em;
margin-top: 1em;
}
#adspace a {
color: #666;
text-decoration: none;
}
/* -- Upcoming -- */

View File

@ -186,7 +186,6 @@
<xsl:template name="adspace">
<div id="adspace">
<h2>Podcast-Portal</h2>
<p>
<a href="http://pentamedia.org/">
<img title="pentamedia.org"
@ -194,6 +193,7 @@
src="{concat($baseurl, 'images/pentamedia.png')}"/>
</a>
</p>
<h2><a href="http://pentamedia.org/">Podcasts</a></h2>
</div>
</xsl:template>