svn path=/trunk/monomeeting/; revision=66736
This commit is contained in:
Miguel de Icaza 2006-10-17 00:59:27 +00:00
Родитель 42f3068e00
Коммит 4d6aeed108
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -83,4 +83,10 @@ errorst {
margin-top: 5px;
}
table.schedule {
border-style: none none none none;
}
table.schedule td {
border-style: solid solid solid solid;
}

Просмотреть файл

@ -6,7 +6,8 @@
<p><b>Important: a couple of talks are still subject to change or shifting.</b>
<table border=1 cellpadding=10>
<center>
<table border=1 cellpadding=10 class="schedule">
<tr>
<td></td><td>Monday</td><td>Tuesday</td>
</tr>
@ -103,4 +104,5 @@
</tr>
</table>
</center>
</div>