מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

לשלושת הימים הקרובים
fixed bugs
שורה 942: שורה 942:
#mw-ext-cite-cite_section_preview_references_header {
#mw-ext-cite-cite_section_preview_references_header {
color: green;
color: green;
}
/* Fix the appearance of ContentTranslation's
  AbuseFilter linter card.
  This should be removed after the deployment of
  https://gerrit.wikimedia.org/r/#/c/274798/ */
.cx-widget .card__linter-content {
direction: rtl;
}
sup.reference {
/* Don't allow a reference that includes a group name
  to break in the end of the line.
  Can be removed after the deployment of
  https://gerrit.wikimedia.org/r/#/c/278436/ */
white-space: nowrap;
}
}