/*!
 * Styling for changes list legend
 */
/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector is the active skin.
 */
.mw-changeslist-legend {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  clear: right;
  font-size: 85%;
  line-height: 1.2em;
  padding: 0.5em;
  border: 1px solid #ddd;
  background-color: #ffffff;
}
.mw-changeslist-legend dl {
  /* Parent element defines sufficient padding */
  margin-bottom: 0;
}
.mw-changeslist-legend dt {
  float: left;
  margin: 0 0.5em 0 0;
}
.mw-changeslist-legend dd {
  margin-left: 1.5em;
}
.mw-changeslist-legend dt,
.mw-changeslist-legend dd {
  line-height: 1.3em;
}
