MediaWiki:Common.css: Difference between revisions

m Serving custom fonts from web server
We need delimiter classes, not nowrap classes
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* for [[Template::Monzo]] and [[Template::Val]] */
/* for bracket-like templates e.g. [[Template: Bra]] and [[Template: Ket]] */
/* prevent line breaks within monzo and val notations */
/* no effects for now */
span.monzo,  
span.left-delim, span.right-delim {
span.val {
  white-space: nowrap;
}
}