# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: languages/css/src/org/netbeans/modules/languages/css/CSS_inlined.nbs --- languages/css/src/org/netbeans/modules/languages/css/CSS_inlined.nbs Base (1.6) +++ languages/css/src/org/netbeans/modules/languages/css/CSS_inlined.nbs Locally Modified (Based On 1.6) @@ -80,7 +80,9 @@ declarations2 = ; declaration = | key ":" expr [prio]; key = ; -expr = | term (operator term)*; \ No newline at end of file +expr = gap | term (operator term)*; +gap = ["pt" | "pc" | "in" | "mm" | "cm" | "em" | + "ex" | "px" | "ms" | "s"]; \ No newline at end of file term = ["-" | "+"] ( | | | | function); operator = "/" | "," |; function = ["(" expr ")"];