This commit is contained in:
Nicolas Bally 2012-06-18 18:31:33 +02:00
parent cee55545f7
commit 0db58f1eba

View File

@ -61,6 +61,7 @@ navigation#first_nav{
article{ article{
margin-bottom:3em; margin-bottom:3em;
border-top:2px solid #97bc4a; border-top:2px solid #97bc4a;
padding-top:1em !important;
aside{ aside{
img{ img{
display:none; display:none;
@ -77,6 +78,8 @@ navigation#first_nav{
} }
#sidebar{ #sidebar{
padding:0% 2%;
background:#97bc4a; background:#97bc4a;
@ -161,9 +164,9 @@ footer{
#sidebar{ #sidebar{
margin:auto; margin:auto;
padding:2% !important;
max-width:800px; max-width:800px;
width:90%; width:86%;
img{ img{
margin:0.5em 0; margin:0.5em 0;
@ -197,7 +200,7 @@ footer{
width:69%; width:69%;
float:left; float:left;
padding:0px ; padding:0px;
article{ article{
@ -208,8 +211,8 @@ footer{
#sidebar{ #sidebar{
float:right; float:right;
width:25%; width:23%;
padding-left:2%; padding-top:0px !important;
min-height:1000px; min-height:1000px;
img{ img{
@ -252,7 +255,10 @@ footer{
} }
#sidebar{
padding-top:0em !important;
}
@ -542,15 +548,11 @@ footer{
display:block; display:block;
padding:1em; padding:1em;
font-size:0.95em; font-size:0.95em;
line-height:1.4em;
border-top: #202020 2px solid; border-top: #202020 2px solid;
border-bottom: #97BC4A 12px solid; border-bottom: #97BC4A 12px solid;
text-align:center; text-align:center;
img{
height:0.95em;
}
} }