diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-11 20:09:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-11 20:09:58 +0000 |
commit | 190202dd4ee8c11dc60d5fa801ca19b4b7b0e3f6 (patch) | |
tree | e9a6f619bee6f43fd762cb186b8791ca59b39e8d /doc | |
parent | 02fd4b9f337dc8d88c47c13be7591f6e4b8949de (diff) |
* Make all templates have a footer div to ease themeing. Required template
and style sheet updates, and unless you're using customised versions,
you'll want to rebuild wikis on upgrade to this version to avoid
inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
there.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Add_a_footer_div_on_all_pages_to_improve_theming.mdwn | 5 | ||||
-rw-r--r-- | doc/style.css | 4 |
2 files changed, 6 insertions, 3 deletions
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 index 702cc3ce2..e0dd100fa 100644 --- 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 @@ -143,4 +143,7 @@ Indeed, the misc.tmpl, recentchanges.tmpl and editpage.tmpl templates lack such +</div> + </body> - </html>
\ No newline at end of file + </html> + +> I took a more intrusive approach to avoid ugly names like "realfooter". +> [[done]] --[[Joey]] diff --git a/doc/style.css b/doc/style.css index c34d9b2d1..1cd856c53 100644 --- a/doc/style.css +++ b/doc/style.css @@ -39,7 +39,7 @@ clear: both; } -#footer { +#pageinfo { clear: both; margin: 1em 0; border-top: 1px solid #000; @@ -109,7 +109,7 @@ td.changelog { border: 1px solid #aaa; } -.pageinfo { +.pagedate { clear: both; font-style: italic; display: block; |