mediawiki-extensions-Cite/modules/ext.cite.style.nb.css
Subramanya Sastry 3736e6fa15 Add language specific CSS overrides for a few languages
* This patch adds styles for fr, kn, nb as an experiment.
  Newer patches will add for other languages.

* These styles are based on wikipedia rendering and other
  projects in these languages may need to add overrides in
  their Mediawiki:Common.css page.

Bug: T156350
Change-Id: If0d78e0fd4174c0563cb4b98d8c5efe9a1428673
2022-10-20 22:03:48 -05:00

7 lines
184 B
CSS

/* Norwegian Bokmål (These styles favor wikipedia usage. Other projects may need overrides if they care.) */
[ rel='mw:referencedBy' ]:before {
content: '^ ';
font-weight: bold;
}