css style for credit author metadata etc

svn path=/branches/test/; revision=23052
This commit is contained in:
hugo 2012-04-22 15:47:13 +00:00
parent b803905081
commit f42cdab19f
2 changed files with 13 additions and 3 deletions

View File

@ -297,6 +297,7 @@
<xsl:element name="img">
<xsl:attribute name="alt"></xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="document('about/people/people.en.xml')/personset/person[@id=$id]/avatar" /></xsl:attribute>
<xsl:attribute name="class">author-avatar</xsl:attribute>
</xsl:element>
</xsl:if>
<xsl:value-of select="document('about/people/people.en.xml')/personset/person[@id=$id]/name" />

View File

@ -1407,7 +1407,7 @@ ul.overview {
/* Article pages */
#article-metadata {
color: rgb(150,150,150);
margin: 0.5em 0 1.5em;
margin: 0.5em 0;
}
#article-metadata p {
@ -1415,17 +1415,26 @@ ul.overview {
}
#article-metadata a {
color: rgb(50,50,50);
/* color: rgb(50,50,50);*/
}
#article-metadata span.label {
padding-left: 1em;
padding: 0 .5em 0 1em;
}
#article-metadata span.label:first-child {
padding-left: 0;
}
#article-metadata img {
height:24px;
padding-right:.2em;
}
#article-metadata a.author {
padding-right:1em;
}
p#article-attachmt {
float: right;
margin-top: -3em;