Commit de786f0dfb991e2d3098c113eec5cfad47061b17
1 parent
0ced2ed1
Test
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
site/css/style.css
... | ... | @@ -72,14 +72,14 @@ a, a:hover { |
72 | 72 | position: absolute; |
73 | 73 | top: 0; |
74 | 74 | left: 0; |
75 | - /*width: 100%; | |
76 | - height: auto;*/ | |
75 | + width: 100%; | |
76 | + height: auto; | |
77 | 77 | } |
78 | 78 | |
79 | 79 | #coucheinf { |
80 | - z-index: 1; | |
80 | + z-index: 2; | |
81 | 81 | } |
82 | 82 | |
83 | 83 | #couchesup { |
84 | - z-index: 2; | |
84 | + z-index: 4; | |
85 | 85 | } | ... | ... |