This commit is contained in:
Nicolas Bally 2018-03-22 17:03:43 +01:00
parent 3760434100
commit b5518a6b91
3 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,7 @@ $beige:#F1F0EE;
color:rgba(0,0,0,0.6); color:rgba(0,0,0,0.6);
padding:0px 0; padding:0px 0;
padding-right:25px;
text-align:right; text-align:right;
} }
#bottom{ #bottom{

View File

@ -4,6 +4,15 @@ $vert:#7BAE53;
#main_plume{ #main_plume{
background:white; background:white;
} }
.author{
color:rgba(0,0,0,0.6);
padding:20px 0;
padding-right:25px;
text-align:right;
}
#plume_wrapper{ #plume_wrapper{

View File

@ -13,6 +13,10 @@
.render_block .render_block
=render @plume_article.block =render @plume_article.block
-if @plume_article.author?
.author
=@plume_article.author
.clear .clear