User:Xenwolf/common.css: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Xenwolf (talk | contribs)
m testing...
Xenwolf (talk | contribs)
m testing...
Line 1: Line 1:
span.monzo, val.monzo {
  white-space:nowrap;
}
span.monzo::before {
span.monzo::before {
   content: "|";
   content: "|";

Revision as of 20:11, 29 May 2020

span.monzo, val.monzo {
  white-space:nowrap;
}
span.monzo::before {
  content: "|";
}
span.monzo::after {
  content: "⟩";
}
span.val::before {
  content: "⟨";
}
span.val::after {
  content: "|";
}