MediaWiki:Common.css: Difference between revisions

integrate
(changing this too)
(integrate)
Line 192: Line 192:
   min-width: 50%;
   min-width: 50%;
}
}
.diff-addedline .diffchange { background: #90EE90; }
.diff-addedline { border-color: #90EE90; }
.diff-deletedline .diffchange { background: #EEEE90; }
.diff-deletedline { border-color: #EEEE90; }


/* OOUI fix */
/* OOUI fix */
Line 405: Line 409:
display: table !important;
display: table !important;
width: 100% !important;
width: 100% !important;
}
/* line differences */
.diff-addedline .diffchange {
  background: #90EE90;
}
.diff-addedline {
  border-color: #90EE90;
}
.diff-deletedline .diffchange {
  background: #EEEE90;
}
.diff-deletedline {
  border-color: #EEEE90;
}
}