Subversion Repositories eFlore/Applications.del

Rev

Rev 1556 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1556 Rev 1842
Line 9... Line 9...
9
 
9
 
10
.detailImage > *{
10
.detailImage > *{
11
	width: inherit;
11
	width: inherit;
12
	height: inherit;
12
	height: inherit;
-
 
13
}
-
 
14
 
-
 
15
.superpositionImage {
-
 
16
	position: absolute;
-
 
17
}
-
 
18
 
-
 
19
.superpositionImage:hover {
-
 
20
	background-image: url("img/plein_ecran.png");
-
 
21
	background-position: bottom 10px left 10px;
-
 
22
	background-repeat: no-repeat;
13
}
23
}