comparison editor.css @ 23:068d63627b16

Populate in scope symbol buttons when clicking on a symbol in the source
author Mike Pavone <pavone@retrodev.com>
date Mon, 26 Mar 2012 21:29:03 -0700
parents a5ef5af3df0f
children 4d87c38404d6
comparison
equal deleted inserted replaced
22:40a85f135be5 23:068d63627b16
67 height: 50%; 67 height: 50%;
68 margin: 0; 68 margin: 0;
69 overflow: auto; 69 overflow: auto;
70 } 70 }
71 71
72 ul#inscope
73 {
74 height: 100%;
75 border-bottom-width: 1px !important;
76 overflow-y: auto;
77 }
78
72 #editor ul:first-child 79 #editor ul:first-child
73 { 80 {
74 border-bottom-width: 0px; 81 border-bottom-width: 0px;
75 } 82 }
76 83
77 #editor #operators, #editor .showops > #builtin 84 #editor #operators
78 { 85 {
79 display: none; 86 display: none;
80 } 87 }
81 88
82 #editor .showops > #operators 89 #editor .showops > #operators