]> sipb.mit.edu Git - ikiwiki.git/commitdiff
more footer improvements
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 26 Apr 2007 19:49:06 +0000 (19:49 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 26 Apr 2007 19:49:06 +0000 (19:49 +0000)
debian/changelog
doc/style.css
templates/page.tmpl

index 51a7b1188c34ea2e92971d08c00b09e3629ee3c4..0779c7a6836b51eda55ce147d29522649869065b 100644 (file)
@@ -9,14 +9,16 @@ ikiwiki (1.51) UNRELEASED; urgency=low
   * 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.
 
- -- 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
 
index 390893d38054074ce3f0218bbba41a6283e812b2..6fdb76ac0086446ad0c1e5fde938f7ddbf074c56 100644 (file)
        border-top: 1px solid #000;
 }
 
+div.tags {
+       margin-top: 1em;
+}
+
+#backlinks {
+       margin-top: 1em;
+}
+
 #searchform {
        display: inline;
        float: right;
@@ -105,6 +113,7 @@ td.changelog {
        clear: both;
        font-style: italic;
        display: block;
+       margin-top: 1em;
 }
 
 /* Used for invalid form fields. */
index 3cb8e75bb1299f859caacfcb48cbad9273656c10..5b3c90b5bef392151e697eda8d9ad7b55bf927fb 100644 (file)
@@ -90,9 +90,9 @@ Links:
 <div class="pageinfo">
 <!-- from <TMPL_VAR NAME=WIKINAME> -->
 Last edited <TMPL_VAR NAME=MTIME>
-<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
 </div>
 
+<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
 </div>
 
 </body>