comparison themes/default/styles/blog.css @ 842:3eb26b269539

themes (default): display a link to the atom feed below the static blog entries
author souliane <souliane@mailoo.org>
date Thu, 14 Jan 2016 23:34:31 +0100
parents a91f0ff3958c
children d8c2203998df
comparison
equal deleted inserted replaced
841:4a01be961fd2 842:3eb26b269539
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 214
215 .powered { 215 .powered, .feed {
216 text-align: center; 216 text-align: center;
217 font-family: FreeSans,Liberation Sans,Arial,sans-serif; 217 font-family: FreeSans,Liberation Sans,Arial,sans-serif;
218 color: rgb(51, 51, 51); 218 color: rgb(51, 51, 51);
219 font-size: small; 219 font-size: small;
220 } 220 }
221 221
222 .powered a { 222 .powered a, .feed a {
223 text-decoration: none; 223 text-decoration: none;
224 } 224 }
225 .powered img { 225 .powered img, .feed img {
226 vertical-align: bottom; 226 vertical-align: bottom;
227 } 227 width: 16px;
228 heigth: 16px;
229 }