autotopia css: style the fonts

This commit is contained in:
Astro 2019-04-27 21:38:32 +02:00
parent bafafe2e80
commit b888610162
2 changed files with 22 additions and 1 deletions

View File

@ -33,6 +33,11 @@ title {
font-weight: bold;
}
h1 {
/* don"t justify */
text-align: left;
}
.vertical-header{
flex: 1 1 24%;
}
@ -80,6 +85,22 @@ title {
font-weight: bold;
display: inline-block;
}
.a-event-start {
float: left;
margin-right: 2em;
}
.a-event-venue {
text-align: right;
}
.a-event-speaker {
text-align: right;
font-size: small;
}
.event-list-venue {
font-size: small;
}
/* Language selection */
input[name=langselect] {

View File

@ -230,7 +230,7 @@
<xsl:value-of select="format-number(date:minute-in-hour(start), '00')"/>
</time>
</td>
<td>
<td class="event-list-venue">
<xsl:value-of select="venue"/>
</td>
<td>