MediaWiki:Print.css
	
    
    De Microfly.info.
(Différences entre les versions)
                                                
            m  | 
		m  | 
		||
| Ligne 6 : | Ligne 6 : | ||
  	width: 100%;  |   	width: 100%;  | ||
}  | }  | ||
| - | table td {  | + | table th, table td {  | 
	border: 1px solid silver;  | 	border: 1px solid silver;  | ||
}  | }  | ||
Version du 6 juin 2011 à 12:28
/* Le CSS placé ici affectera les impressions */ body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 100%; } table th, table td { border: 1px solid silver; }