# HG changeset patch # User Mike Pavone # Date 1333637969 25200 # Node ID ae913b642040e7bd962b4a3ec1ebd78e38f33939 # Parent fe593c1df568e362c42e431b1a821b13b9f6b24c Fix parens for funcall nested in operator expession diff -r fe593c1df568 -r ae913b642040 editor.css --- a/editor.css Wed Apr 04 23:15:00 2012 -0700 +++ b/editor.css Thu Apr 05 07:59:29 2012 -0700 @@ -179,12 +179,12 @@ display: inline-block; } -.funcall > .funcall:before +.funcall > .funcall:before, .op > .funcall:before { content: '('; } -.funcall > .funcall:after +.funcall > .funcall:after, .op > .funcall:after { content: ')'; }