changeset 27:ae913b642040

Fix parens for funcall nested in operator expession
author Mike Pavone <pavone@retrodev.com>
date Thu, 05 Apr 2012 07:59:29 -0700
parents fe593c1df568
children 93bbc4c8be95
files editor.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: ')';
 }