This commit is contained in:
Nicolas Bally 2015-11-15 01:31:58 +01:00
parent 449d954bfd
commit 00cf14ce44

View File

@ -39,7 +39,7 @@ body{
font-size:15px;
color:#333333;
background-color:rgba(241,240,238,0.2);
//background: url('/fond2.jpeg') center center fixed;
background: url('/fond2.jpeg') center center fixed;
background-size: cover;
}
@ -387,16 +387,16 @@ margin:auto;
#corps{
width:68%;
float:left;
//background:rgba(255,255,255,0.95);
//padding:10px 20px;
background:rgba(255,255,255,0.95);
padding:10px 20px;
min-height:600px;
}
#sidebar{
width:30%;
float:right;
//background:white;
//padding:10px 20px;
background:white;
padding:10px 20px;
text-align:left;
a.active{