suite
This commit is contained in:
parent
3760434100
commit
b5518a6b91
@ -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{
|
||||||
|
@ -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{
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user