equal
deleted
inserted
replaced
152 div.description { |
152 div.description { |
153 border-left: 3px solid #999; |
153 border-left: 3px solid #999; |
154 margin: 1em 0 1em 0; |
154 margin: 1em 0 1em 0; |
155 padding: .3em; |
155 padding: .3em; |
156 } |
156 } |
|
157 |
|
158 div#wrapper { |
|
159 position: relative; |
|
160 border-top: 1px solid black; |
|
161 border-bottom: 1px solid black; |
|
162 margin: 0; |
|
163 padding: 0; |
|
164 } |
|
165 |
|
166 canvas { |
|
167 position: absolute; |
|
168 z-index: 5; |
|
169 top: -0.7em; |
|
170 margin: 0; |
|
171 } |
|
172 |
|
173 ul#graphnodes { |
|
174 position: absolute; |
|
175 z-index: 10; |
|
176 top: -1.0em; |
|
177 list-style: none inside none; |
|
178 padding: 0; |
|
179 } |
|
180 |
|
181 ul#nodebgs { |
|
182 list-style: none inside none; |
|
183 padding: 0; |
|
184 margin: 0; |
|
185 top: -0.7em; |
|
186 } |
|
187 |
|
188 ul#graphnodes li, ul#nodebgs li { |
|
189 height: 39px; |
|
190 } |
|
191 |
|
192 ul#graphnodes li .info { |
|
193 display: block; |
|
194 font-size: 70%; |
|
195 position: relative; |
|
196 top: -3px; |
|
197 } |