styling subscribe link on frontpage and feed

This commit is contained in:
Frédéric Péters 2006-08-17 20:11:11 +00:00
parent 3cf7302844
commit ef54a04093
1 changed files with 10 additions and 0 deletions

View File

@ -51,6 +51,11 @@ div#announces p {
text-align: justify;
}
div#announces p.subscribe {
text-align: right;
}
div#links,
div.services {
margin-bottom: 2em;
@ -187,3 +192,8 @@ div.article {
text-align: justify;
}
a.feed-link {
background: transparent url(/images/feed-icon-10x10.png) 5px 50% no-repeat;
padding-left: 20px;
}