Fix for bug #414285 - Improper display on home page.

This commit is contained in:
skeeter 2001-04-14 23:42:42 +00:00
parent 804c40e9d0
commit 988df8a223
2 changed files with 8 additions and 8 deletions

View File

@ -4,23 +4,23 @@
<!--
.event
{
width: 91%
width: {event_width}%
color: #{font_color};
font-family: {font};
font-weight: 100;
font-size: 80%;
line-height: 220%;
line-height: 110%;
vertical-align: middle;
}
.time
{
width: 9%;
width: {time_width}%;
background-image: url('{bg_time_image}');
color: #{font_color};
font-family: {font};
font-size: 65%;
line-height: 220%;
line-height: 110%;
vertical-align: middle;
}

View File

@ -4,23 +4,23 @@
<!--
.event
{
width: 91%
width: {event_width}%
color: #{font_color};
font-family: {font};
font-weight: 100;
font-size: 80%;
line-height: 220%;
line-height: 110%;
vertical-align: middle;
}
.time
{
width: 9%;
width: {time_width}%;
background-image: url('{bg_time_image}');
color: #{font_color};
font-family: {font};
font-size: 65%;
line-height: 220%;
line-height: 110%;
vertical-align: middle;
}