comparison editor.css @ 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
comparison
equal deleted inserted replaced
26:fe593c1df568 27:ae913b642040
177 .funcall > .funcall, .assignment > .funcall 177 .funcall > .funcall, .assignment > .funcall
178 { 178 {
179 display: inline-block; 179 display: inline-block;
180 } 180 }
181 181
182 .funcall > .funcall:before 182 .funcall > .funcall:before, .op > .funcall:before
183 { 183 {
184 content: '('; 184 content: '(';
185 } 185 }
186 186
187 .funcall > .funcall:after 187 .funcall > .funcall:after, .op > .funcall:after
188 { 188 {
189 content: ')'; 189 content: ')';
190 } 190 }
191 191
192 .string 192 .string