diff --git a/app/assets/stylesheets/plume_print.css.scss b/app/assets/stylesheets/plume_print.css.scss index c60aa0f..20c46e3 100644 --- a/app/assets/stylesheets/plume_print.css.scss +++ b/app/assets/stylesheets/plume_print.css.scss @@ -436,7 +436,7 @@ h1,h2,h3,h4{ } #edito_place{ - padding-top:20px; + padding-top:0px; margin-left:305px; .left{ text-transform:uppercase; diff --git a/app/views/portlets/render_public/_imagecontent.html.haml b/app/views/portlets/render_public/_imagecontent.html.haml index d8b4318..6784eb0 100644 --- a/app/views/portlets/render_public/_imagecontent.html.haml +++ b/app/views/portlets/render_public/_imagecontent.html.haml @@ -23,7 +23,7 @@ -else -url ="" --url = "http://"+HOSTNAME+url +-url = "http://"+"lepicvert.org"+url -style = "" -style = "text-align:center;" if input.alignement == "center" diff --git a/app/views/public/plumes/print.html.haml b/app/views/public/plumes/print.html.haml index 8b0b20a..441b9bb 100644 --- a/app/views/public/plumes/print.html.haml +++ b/app/views/public/plumes/print.html.haml @@ -82,7 +82,7 @@ %h1{:style => ("font-size:15px;" if @plume.id == 3)}=plume_article.title - .render_block{:style => ("font-size:12.6px;" if @plume.id == 3)} + .render_block{:style => ("font-size:12px;" if @plume.id == 3)} =render plume_article.block -if plume_article.author?