Commit 22abd5c74b35a0a0215cbdf598fdfc0ab2b2bd41

Authored by grouille
1 parent fafd2866

Test

Showing 2 changed files with 4 additions and 2 deletions   Show diff stats
site/css/style.css
@@ -72,6 +72,8 @@ a, a:hover { @@ -72,6 +72,8 @@ a, a:hover {
72 position: absolute; 72 position: absolute;
73 top: 0; 73 top: 0;
74 left: 0; 74 left: 0;
  75 + width: 100%;
  76 + height: auto;
75 } 77 }
76 78
77 #coucheinf { 79 #coucheinf {
@@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
3 <br/> 3 <br/>
4 <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/> 4 <img src="img/computer.jpg" alt="computer" style="width: 100%; height: auto; margin-top: 60px;"/>
5 <div id="multicouche"> 5 <div id="multicouche">
6 - <div id="coucheinf"><img src="img/empty.jpg" alt="empty" style="width: 100%; height: auto;"/></div>  
7 - <div id="couchesup"><img src="img/pi.png" alt="pi" style="width: 100%; height: auto;"/></div> 6 + <div id="coucheinf"><img src="img/empty.jpg" alt="empty" /></div>
  7 + <div id="couchesup"><img src="img/pi.png" alt="pi" /></div>
8 </div> 8 </div>
9 </div> 9 </div>
10 </div> 10 </div>