[9.0.01] repositionner les marges dans common.css

This commit is contained in:
fredtempez 2019-03-04 23:27:07 +01:00
parent de81ba4d82
commit 7d74d6285f
2 changed files with 2 additions and 20 deletions

View File

@ -25,11 +25,8 @@ body {
min-height: 100%; min-height: 100%;
} }
/**
* Original : margin: 0px 10px;
*/
body { body {
margin: 0px 0px; margin: 0px 10px;
} }
/** /**
@ -307,7 +304,7 @@ td > .col12 {
/* Site */ /* Site */
#site { #site {
/* margin: 20px auto; */ margin: 20px auto;
overflow: hidden; overflow: hidden;
} }

View File

@ -8,21 +8,6 @@
*/ */
/*
* Fond du site
*/
body {
margin: 0px 10px;
}
/*
* Site
*/
#site {
margin: 20px auto;
}
/* Grille du site */ /* Grille du site */
#contentleft { #contentleft {
} }