datenspuren: broken inner round corners cause of white background, fixed

This commit is contained in:
payload 2011-09-16 01:04:22 +02:00
parent 76d078d881
commit 2ac69c7683
2 changed files with 13 additions and 8 deletions

View File

@ -35,14 +35,15 @@ body {
border-radius: 0 0 24pt 0; border-radius: 0 0 24pt 0;
margin: 0 24pt 24pt 0; margin: 0 24pt 24pt 0;
} }
.leftSideBar > * { .leftSideBar > div {
margin: 12pt; margin: 12pt;
background: rgba(255,255,255,0.65);
} }
.leftSideBar > h2 { .leftSideBar > div > h2 {
font-size: 12pt; font-size: 12pt;
margin-bottom: 0; margin-bottom: 0;
} }
.leftSideBar > ul { .leftSideBar > div > ul {
margin-top: 0; margin-top: 0;
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
@ -55,6 +56,8 @@ a {
} }
#bodyText { #bodyText {
padding: 24pt; padding: 24pt;
}
#bodyText > div {
background: rgba(255,255,255,0.65); background: rgba(255,255,255,0.65);
} }
.date { .date {
@ -73,6 +76,9 @@ p {
text-align: center; text-align: center;
margin-top: 12pt; margin-top: 12pt;
} }
#oldds > li {
display: inline;
}
#solar { #solar {
@ -460,4 +466,3 @@ td.event {
padding: 0 2em 0 0; padding: 0 2em 0 0;
} }
*/ */

View File

@ -47,9 +47,9 @@
<xsl:call-template name="heading"> <xsl:call-template name="heading">
<xsl:with-param name="title" select="$title"/> <xsl:with-param name="title" select="$title"/>
</xsl:call-template> </xsl:call-template>
<div id="bodyText"> <div id="bodyText"><div>
<xsl:apply-templates/> <xsl:apply-templates/>
</div> </div></div>
</div> </div>
<xsl:call-template name="footer"/> <xsl:call-template name="footer"/>
</body> </body>
@ -173,7 +173,7 @@
</xsl:template> </xsl:template>
<xsl:template name="heading"> <xsl:template name="heading">
<div class="leftSideBar"> <div class="leftSideBar"><div>
<h2>Termin</h2> <h2>Termin</h2>
<ul> <ul>
<li> <li>
@ -231,7 +231,7 @@
<li><a href="2005/">2005</a></li> <li><a href="2005/">2005</a></li>
<li><a href="2004/">2004</a></li> <li><a href="2004/">2004</a></li>
</ul> </ul>
</div> </div></div>
</xsl:template> </xsl:template>