diff --git a/less/items.less b/less/items.less index 5c5dd132..f85d929c 100644 --- a/less/items.less +++ b/less/items.less @@ -212,76 +212,6 @@ } } - h4.armorproperties-header { - margin: 0; - padding: 0; - font-weight: bold; - line-height: 24px; - color: @colorOlive; - } - - .armorproperties-parts { - list-style: none; - margin: 0; - padding: 0; - - .armorproperties-part { - flex: 0 0 100%; - padding: 0; - input { - flex: 3; - } - select { - margin-left: 5px; - flex: 1; - } - } - } - - .armorproperties-control { - width: 18px; - flex: 0 0 18px; - line-height: 24px; - float: right; - text-align: right; - color: @colorTan; - } - - h4.weaponproperties-header { - margin: 0; - padding: 0; - font-weight: bold; - line-height: 24px; - color: @colorOlive; - } - - .weaponproperties-parts { - list-style: none; - margin: 0; - padding: 0; - - .weaponproperties-part { - flex: 0 0 100%; - padding: 0; - input { - flex: 3; - } - select { - margin-left: 5px; - flex: 1; - } - } - } - - .weaponproperties-control { - width: 18px; - flex: 0 0 18px; - line-height: 24px; - float: right; - text-align: right; - color: @colorTan; - } - /* ----------------------------------------- */ /* Item Actions */ /* ----------------------------------------- */