MediaWiki:Print.css : Différence entre versions

De Sciencinfolycee
Aller à : navigation, rechercher
m
 
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici affectera les impressions */
 
/* Le CSS placé ici affectera les impressions */
 +
body
 +
{
 +
    background: white;
 +
}
 +
 
div#content
 
div#content
 
{
 
{
     width: 100% !important;
+
     width: 96% !important;
 
     position: inherit !important;
 
     position: inherit !important;
 
}
 
}

Version actuelle datée du 20 juillet 2012 à 10:13

/* Le CSS placé ici affectera les impressions */
body
{
    background: white;
}

div#content
{
    width: 96% !important;
    position: inherit !important;
}