comparison 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
comparison
equal deleted inserted replaced
796:fad9c9f82ae3 797:6f2200d720d5
209 max-height: 150px; 209 max-height: 150px;
210 vertical-align: middle; 210 vertical-align: middle;
211 margin-right: 10px; 211 margin-right: 10px;
212 border-radius: 5px; 212 border-radius: 5px;
213 } 213 }
214
215 .powered {
216 text-align: center;
217 font-family: FreeSans,Liberation Sans,Arial,sans-serif;
218 color: rgb(51, 51, 51);
219 font-size: small;
220 }
221
222 .powered a {
223 text-decoration: none;
224 }
225 .powered img {
226 vertical-align: bottom;
227 }