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

De Wikirouge
Aller à la navigation Aller à la recherche
m
m
Balises : Modification par mobile Modification par le web mobile
Ligne 4 : Ligne 4 :
 
.content a { color: #6b0053; }
 
.content a { color: #6b0053; }
 
.content a.new { color: #b32901; }
 
.content a.new { color: #b32901; }
.branding-box span:before {  content:url(images/WR-Logo.png) }
+
.branding-box span::before {  content:url('images/WR-Logo.png'); }

Version du 16 novembre 2017 à 19:23

/* CSS placed here will affect users of the mobile site  */

.content p { text-align: justify; }
.content a { color: #6b0053; }
.content a.new { color: #b32901; }
.branding-box span::before {  content:url('images/WR-Logo.png'); }