Différences entre les versions de « MediaWiki:Mobile.css »

De Wikirouge
Aller à la navigation Aller à la recherche
m
m
Ligne 1 : Ligne 1 :
/* CSS placed here will affect users of the mobile site */
+
/* CSS placed here will affect users of the mobile site
 
.content p { text-align: justify; }
 
.content p { text-align: justify; }
 
.header { border: 1px solid red; }
 
.header { border: 1px solid red; }
 
.client-js .section_heading.openSection { border-bottom: 1px solid red; }
 
.client-js .section_heading.openSection { border-bottom: 1px solid red; }
 
.client-js .section_heading, .client-js .content_block { border-bottom: 1px solid rgba(255, 206, 206, 1); }
 
.client-js .section_heading, .client-js .content_block { border-bottom: 1px solid rgba(255, 206, 206, 1); }
 +
*/

Version du 15 novembre 2017 à 12:09

/* CSS placed here will affect users of the mobile site
.content p { text-align: justify; }
.header { border: 1px solid red; }
.client-js .section_heading.openSection { border-bottom: 1px solid red; }
.client-js .section_heading, .client-js .content_block { border-bottom: 1px solid rgba(255, 206, 206, 1); }
 */