/*!
 * VisualEditor MediaWiki theme widget customizations.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see http://ve.mit-license.org
 */

/* ve.ui.TargetWidget */

.ve-ui-targetWidget {
	border: 1px solid #ccc;
}

.ve-ui-targetWidget > :last-child {
	border-bottom: none;
}

/* Context item */

.ve-ui-linearContextItem-body {
	min-height: 0.2em;
}
