Mercurial > jsparser
comparison jsparser.css @ 14:95b27aa47788 default tip
parse tree now displays as html.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 31 May 2009 03:57:37 -0700 |
parents | 485783e3b54c |
children |
comparison
equal
deleted
inserted
replaced
13:1b7ea033b3f6 | 14:95b27aa47788 |
---|---|
21 } | 21 } |
22 | 22 |
23 .tokenization { | 23 .tokenization { |
24 cursor: pointer; | 24 cursor: pointer; |
25 } | 25 } |
26 | |
27 .parse-tree span { | |
28 display: block; | |
29 float: left; | |
30 } | |
31 | |
32 .expression { | |
33 margin: 0.25em; | |
34 padding: 0.25em; | |
35 border: 1px solid gray; | |
36 } |