lien blog

This commit is contained in:
Nicolas Bally 2012-02-12 17:40:53 +01:00
parent 81a2e22139
commit 85247d155e
2 changed files with 16 additions and 1 deletions

View File

@ -274,6 +274,21 @@ body{
#articles{ #articles{
margin-top:20px; margin-top:20px;
width:560px; width:560px;
#bloglink{
display:block;
float:right;
font-size:16px;
padding-right:20px;
text-decoration:none;
&:hover{
text-decoration:underline;
}
}
} }

View File

@ -79,7 +79,7 @@
#articles #articles
=render Article.recents.limit 3 =render Article.recents.limit 3
=link_to "Voir tout les articles du blog", articles_path() =link_to "Voir tout les articles du blog", articles_path(), :id => "bloglink"
%p{:style => "clear:both"} %p{:style => "clear:both"}