MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
font-family: 'Merriweather', serif;
font-family: 'Merriweather', serif;
text-align: justify;
text-align: justify;
}
.mobileonly {
display: none;
}
.nomobile {
display: initial;
}
}