diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 28693db..20dcefc 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -46,7 +46,13 @@ width:100%; } - +a{ + img{ + + border:0; + } + +} #corps.dds{ color:#F2F2F2; background:rgba(40,40,40,1); @@ -412,6 +418,15 @@ text-transform:uppercase; } +.cristal_image{ + position:absolute; + bottom:0px; + right:-20px; + margin:0; + width:220px; + +} + .bottom{ position:relative; box-shadow:0 0 15px rgba(0,0,0,0.8); @@ -447,7 +462,7 @@ text-transform:uppercase; float:left; margin:20px 0; margin-top:24px; - margin-left:200px; + margin-left:100px; } diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 9443397..3dc48e5 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -115,6 +115,7 @@ 04 76 01 95 31 .clear =link_to image_tag("/bottom.png", :class => "bottom_image"), "/cristal-protect.html" + =link_to image_tag("/cristal-protect.png", :class => "cristal_image"), "/cristal-protect.html" .legals Cris Graphic - SARL au capital de 7.622,00 € - RCS : Grenoble B 451 888 101 - APE : 1812Z - diff --git a/public/bottom.png b/public/bottom.png index 5f1fa59..bbdb4e2 100644 Binary files a/public/bottom.png and b/public/bottom.png differ diff --git a/public/cristal-protect.png b/public/cristal-protect.png new file mode 100644 index 0000000..04dd102 Binary files /dev/null and b/public/cristal-protect.png differ