# HG changeset patch # User souliane # Date 1449624712 -3600 # Node ID 6f2200d720d530ff19f8882f0f83e866e3fd5ad3 # Parent fad9c9f82ae3b72a5133676f2b6b8c48c563520f themes: add "Powered by Salut à Toi" in the footer diff -r fad9c9f82ae3 -r 6f2200d720d5 themes/default/static_blog.html --- a/themes/default/static_blog.html Tue Dec 08 18:11:19 2015 +0100 +++ b/themes/default/static_blog.html Wed Dec 09 02:31:52 2015 +0100 @@ -114,5 +114,8 @@ {{ link(navlinks.older_messages) }} +
+ Powered by Salut à Toi +
diff -r fad9c9f82ae3 -r 6f2200d720d5 themes/default/styles/blog.css --- a/themes/default/styles/blog.css Tue Dec 08 18:11:19 2015 +0100 +++ b/themes/default/styles/blog.css Wed Dec 09 02:31:52 2015 +0100 @@ -211,3 +211,17 @@ margin-right: 10px; border-radius: 5px; } + +.powered { + text-align: center; + font-family: FreeSans,Liberation Sans,Arial,sans-serif; + color: rgb(51, 51, 51); + font-size: small; +} + +.powered a { + text-decoration: none; +} +.powered img { + vertical-align: bottom; +} \ No newline at end of file