comparison editor.css @ 25:4d87c38404d6

List literals, fixes to implicit self property lookup, import statement and editor improvements
author Mike Pavone <pavone@retrodev.com>
date Mon, 02 Apr 2012 22:28:48 -0700
parents 068d63627b16
children fe593c1df568
comparison
equal deleted inserted replaced
24:fe3533494ce9 25:4d87c38404d6
29 margin: 0; 29 margin: 0;
30 white-space: pre; 30 white-space: pre;
31 font-family: monospace; 31 font-family: monospace;
32 overflow: auto; 32 overflow: auto;
33 height: 100%; 33 height: 100%;
34 }
35
36 #src span:focus
37 {
38 background-color: yellow;
39 }
40
41 #src span.selected
42 {
43 background-color: yellow;
34 } 44 }
35 45
36 #editor 46 #editor
37 { 47 {
38 display: none; 48 display: none;