Mercurial > libervia-web
diff themes/default/styles/blog.css @ 797:6f2200d720d5
themes: add "Powered by Salut à Toi" in the footer
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 09 Dec 2015 02:31:52 +0100 |
parents | 7390cba0bb44 |
children | a91f0ff3958c |
line wrap: on
line diff
--- 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