fixing typo in css ("-" instead of "+" - see unprefixed css property below)

This commit is contained in:
tyr
2013-04-21 10:49:37 +02:00
parent 20150cb9d4
commit 1bf784ed15
+1 -1
View File
@@ -1497,7 +1497,7 @@ div.combobox {
.additional-tags div.tag-help {
float: left;
width: 33.3333%;
width: -webkit-calc(100% - 40px);
width: -webkit-calc(100% + 40px);
width: calc(100% + 40px);
}