Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/themes/default/styles/blog.css Wed Jan 13 17:14:04 2016 +0100 +++ b/themes/default/styles/blog.css Thu Jan 14 23:34:31 2016 +0100 @@ -212,16 +212,18 @@ border-radius: 5px; } -.powered { +.powered, .feed { text-align: center; font-family: FreeSans,Liberation Sans,Arial,sans-serif; color: rgb(51, 51, 51); font-size: small; } -.powered a { +.powered a, .feed a { text-decoration: none; } -.powered img { +.powered img, .feed img { vertical-align: bottom; -} \ No newline at end of file + width: 16px; + heigth: 16px; +}