From: joey Date: Tue, 8 May 2007 17:40:28 +0000 (+0000) Subject: web commit by Fred X-Git-Tag: 2.1~78 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a07f7ee4fbb51cd6f5f99ffe5959e15727ac9213;p=ikiwiki.git web commit by Fred --- diff --git a/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn b/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn new file mode 100644 index 000000000..774f51fba --- /dev/null +++ b/doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn @@ -0,0 +1,42 @@ +The following patch adds a footer div on all pages to ease CSS themeing. +Indeed, the misc.tmpl, recentchanges.tmpl and editpage.tmpl templates lack such a div. +This patch is against current svn. + +Index: templates/recentchanges.tmpl +=================================================================== +--- templates/recentchanges.tmpl (révision 3543) ++++ templates/recentchanges.tmpl (copie de travail) +@@ -64,6 +64,8 @@ + + + ++ + + + +Index: templates/editpage.tmpl +=================================================================== +--- templates/editpage.tmpl (révision 3543) ++++ templates/editpage.tmpl (copie de travail) +@@ -86,5 +86,7 @@ + + + ++ + + +Index: templates/misc.tmpl +=================================================================== +--- templates/misc.tmpl (révision 3543) ++++ templates/misc.tmpl (copie de travail) +@@ -22,6 +22,8 @@ +
+ +
++ + + +