suite
This commit is contained in:
parent
3760434100
commit
b5518a6b91
@ -21,6 +21,7 @@ $beige:#F1F0EE;
|
||||
|
||||
color:rgba(0,0,0,0.6);
|
||||
padding:0px 0;
|
||||
padding-right:25px;
|
||||
text-align:right;
|
||||
}
|
||||
#bottom{
|
||||
|
@ -4,6 +4,15 @@ $vert:#7BAE53;
|
||||
#main_plume{
|
||||
background:white;
|
||||
}
|
||||
|
||||
.author{
|
||||
|
||||
color:rgba(0,0,0,0.6);
|
||||
padding:20px 0;
|
||||
padding-right:25px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#plume_wrapper{
|
||||
|
||||
|
||||
|
@ -14,6 +14,10 @@
|
||||
.render_block
|
||||
=render @plume_article.block
|
||||
|
||||
-if @plume_article.author?
|
||||
.author
|
||||
=@plume_article.author
|
||||
|
||||
.clear
|
||||
|
||||
.plume_bottom
|
||||
|
Loading…
x
Reference in New Issue
Block a user