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:
.monzo span::before {
span.monzo::before {
   content: |
   content: "|";
}
}
.monzo span::after {
span.monzo::after {
   content: ⟩
  content: "⟩";
}
span.val::before {
  content: "⟨";
}
span.val::after {
   content: "|";
}
}

Revision as of 19:47, 29 May 2020

span.monzo::before {
  content: "|";
}
span.monzo::after {
  content: "⟩";
}
span.val::before {
  content: "⟨";
}
span.val::after {
  content: "|";
}