Compare commits
3 Commits
5084aa8c90
...
746f1c4456
Author | SHA1 | Date | |
---|---|---|---|
746f1c4456 | |||
268324a1a3 | |||
8b38f3ce46 |
@ -312,13 +312,24 @@ h2{
|
|||||||
top:0;
|
top:0;
|
||||||
left:0;
|
left:0;
|
||||||
height:190px;
|
height:190px;
|
||||||
z-index:2;
|
z-index:3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_top{
|
#menu_top{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:30px;
|
top:0px;
|
||||||
right:20px;
|
left:0;
|
||||||
|
right:0;
|
||||||
|
min-height:100px;
|
||||||
|
|
||||||
|
background:black;
|
||||||
|
padding-right:20px;
|
||||||
|
padding-top:30px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.25) 30%,rgba(0,0,0,0) 100%);
|
||||||
|
|
||||||
|
|
||||||
z-index:2;
|
z-index:2;
|
||||||
color:white;
|
color:white;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
|
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
|
||||||
%head
|
%head
|
||||||
-@title = strip_tags(@title.to_s)
|
-@title = strip_tags(@title.to_s)
|
||||||
%title=@title.to_s
|
%title="Payre Energie - "+@title.to_s+ " - Payre Produits Pétroliers"
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
|
||||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user