more footer improvements
parent
ac8a3c8dd3
commit
160fd34187
|
@ -9,14 +9,16 @@ ikiwiki (1.51) UNRELEASED; urgency=low
|
||||||
* Fix aggregator to not warn when a feed contains no body content at all.
|
* 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
|
* Work around bug #420636 by, if XML::Parser crashes, running the feed
|
||||||
content though Encode::decode_utf8.
|
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 ]
|
[ Josh Triplett ]
|
||||||
* Change basewiki CSS to not put a border around images used as links.
|
* Change basewiki CSS to not put a border around images used as links.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 26 Apr 2007 15:24:22 -0400
|
[ Joey Hess ]
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Thu, 26 Apr 2007 15:48:03 -0400
|
||||||
|
|
||||||
ikiwiki (1.50) unstable; urgency=low
|
ikiwiki (1.50) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,14 @@
|
||||||
border-top: 1px solid #000;
|
border-top: 1px solid #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.tags {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlinks {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
#searchform {
|
#searchform {
|
||||||
display: inline;
|
display: inline;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -105,6 +113,7 @@ td.changelog {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Used for invalid form fields. */
|
/* Used for invalid form fields. */
|
||||||
|
|
|
@ -90,9 +90,9 @@ Links:
|
||||||
<div class="pageinfo">
|
<div class="pageinfo">
|
||||||
<!-- from <TMPL_VAR NAME=WIKINAME> -->
|
<!-- from <TMPL_VAR NAME=WIKINAME> -->
|
||||||
Last edited <TMPL_VAR NAME=MTIME>
|
Last edited <TMPL_VAR NAME=MTIME>
|
||||||
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue