maj css ref

This commit is contained in:
Jerome Morjon 2015-02-19 17:59:57 +01:00
parent 07095f6ac6
commit fcb8a0a8fa

View File

@ -1,5 +1,7 @@
body body
{ {
margin : auto;
background-image:url("../pictures/setting_picture/fond.jpg"); background-image:url("../pictures/setting_picture/fond.jpg");
background-attachment:fixed; background-attachment:fixed;
background-repeat:no-repeat; background-repeat:no-repeat;
@ -12,7 +14,7 @@ background-image:url("../pictures/setting_picture/fond.jpg");
margin: 1%; margin: 1%;
padding: 1%; padding: 1%;
background: white; background: white;
border-radius: 5px; border-radius: 7px;
border: 1px solid grey; border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey; box-shadow: 1px 1px 2px dimgrey;
} }
@ -22,7 +24,7 @@ background-image:url("../pictures/setting_picture/fond.jpg");
margin: 1%; margin: 1%;
padding: 1%; padding: 1%;
background: white; background: white;
border-radius: 5px; border-radius: 7px;
border: 1px solid grey; border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey; box-shadow: 1px 1px 2px dimgrey;
width : 40%; width : 40%;