Move yearly events to the top of the page and style them properly.
authorrich <rich>
Sat, 9 Oct 2004 08:19:42 +0000 (08:19 +0000)
committerrich <rich>
Sat, 9 Oct 2004 08:19:42 +0000 (08:19 +0000)
html/_css/standard.css
templates/calendar_year.html

index a85365b..488f816 100644 (file)
@@ -1,5 +1,5 @@
 /* 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 {
@@ -409,7 +409,7 @@ table.cal_year td.cal_year_events ul {
   margin: 0px;
 }
 
-table.cal_year td.cal_year_events ul {
+table.cal_year td.cal_year_events li {
   display: inline;
   margin-right: 2em;
 }
index cd8fee1..dad8bc5 100644 (file)
@@ -6,6 +6,14 @@
     <a href="/::next_yyyy::" class="cal_year_right" title="Next year">&gt;&gt;</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