Subversion Repositories ALCASAR

Rev

Rev 1410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1410 Rev 1452
Line 455... Line 455...
455
	list-style-type : none;
455
	list-style-type : none;
456
	margin-right : 10px;
456
	margin-right : 10px;
457
	display: block;
457
	display: block;
458
	float: left;
458
	float: left;
459
}
459
}
-
 
460
 
-
 
461
#corner {
-
 
462
	position: fixed;
-
 
463
	bottom: 0;
-
 
464
	right: 0;
-
 
465
	
-
 
466
}
-
 
467
 
-
 
468
#adm {
-
 
469
	display: block;
-
 
470
	width: 100px;
-
 
471
	height: 100px;
-
 
472
}
-
 
473
.corn IMG:hover {
-
 
474
	position: absolute;
-
 
475
	width: 100px;
-
 
476
	height: 100px;
-
 
477
	top: 0px;
-
 
478
	left: 0px;
-
 
479
}
-
 
480
 
-
 
481
.corn IMG {
-
 
482
	position: absolute;
-
 
483
	width: 50px;
-
 
484
	height: 50px;
-
 
485
	top: 75px;
-
 
486
	left: 75px;
-
 
487
}
460
 
488