/* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.9 2004/10/07 18:56:48 rich Exp $
+ * $Id: standard.css,v 1.10 2004/10/09 08:19:42 rich Exp $
*/
body {
margin: 0px;
}
-table.cal_year td.cal_year_events ul {
+table.cal_year td.cal_year_events li {
display: inline;
margin-right: 2em;
}
<a href="/::next_yyyy::" class="cal_year_right" title="Next year">>></a>
</th>
</tr>
+<tr class="cal_year_events">
+<td colspan="3" class="cal_year_events">
+Pages which link to this year:
+<ul>
+::table(events)::<li><a href="/::page::">::title_html::</a></li>::end::
+</ul>
+</td>
+</tr>
<tr>
<td class="cal_year_month">::month1::</td>
<td class="cal_year_month">::month2::</td>
<td class="cal_year_month">::month11::</td>
<td class="cal_year_month">::month12::</td>
</tr>
-<tr class="cal_year_events">
-<td colspan="3" class="cal_year_events">
-Pages which link to this year:
-<ul>
-::table(events)::<li><a href="/::page::">::title_html::</a></li>::end::
-</ul>
-</td>
-</tr>
</table>
\ No newline at end of file