* More style sheet updates, remove the hack that used the tags div to create
the footer border.
* Fix aggregator to not warn when a feed contains no body content at all.
* Work around bug #420636 by, if XML::Parser crashes, running the feed
content though Encode::decode_utf8.
* Fix aggregator to not warn when a feed contains no body content at all.
* Work around bug #420636 by, if XML::Parser crashes, running the feed
content though Encode::decode_utf8.
+ * Move the footer div to enclose tags and links too.
+ * More style sheet updates, remove the hack that used the tags div to create
+ the footer border.
[ Josh Triplett ]
* Change basewiki CSS to not put a border around images used as links.
[ Josh Triplett ]
* Change basewiki CSS to not put a border around images used as links.
- -- Josh Triplett <josh@freedesktop.org> Tue, 24 Apr 2007 13:50:51 -0700
+ -- Joey Hess <joeyh@debian.org> Thu, 26 Apr 2007 15:24:22 -0400
ikiwiki (1.50) unstable; urgency=low
ikiwiki (1.50) unstable; urgency=low
-#backlinks {
- margin: 1em 0;
-}
-
+#footer {
+ clear: both;
+ margin: 1em 0;
border-top: 1px solid #000;
}
border-top: 1px solid #000;
}
<TMPL_VAR CONTENT>
</div>
<TMPL_VAR CONTENT>
</div>
<TMPL_IF NAME="TAGS">
<div class="tags">
Tags:
<TMPL_IF NAME="TAGS">
<div class="tags">
Tags:
<div class="pageinfo">
<!-- from <TMPL_VAR NAME=WIKINAME> -->
Last edited <TMPL_VAR NAME=MTIME>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
</div>
<div class="pageinfo">
<!-- from <TMPL_VAR NAME=WIKINAME> -->
Last edited <TMPL_VAR NAME=MTIME>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
</div>