source: extensions/rv_gmaps/trunk/template/windows_13/themes/debug.css @ 3447

Last change on this file since 3447 was 3447, checked in by rvelices, 15 years ago
  • added RV Map & Earth extension
  • Property svn:eol-style set to LF
File size: 492 bytes
Line 
1div.inspector div.inspectable {
2 padding: 0.25em 0 0.25em 1em;
3 background-color: Gray;
4 color: white;
5 border: outset 2px white;
6 cursor: pointer;
7}
8 
9div.inspector div.child {
10 margin: 0 0 0 1em;
11}
12 
13#debug_window_content { /*  DIV container for debug sizing*/
14 width:250px;
15 height:100px;
16 background-color:#000;
17}
18 
19#debug {         /*  DIV container for debug contents*/
20 padding:3px;
21 color:#0f0;
22 font-family:monaco, Tahoma, Verdana, Arial, Helvetica, sans-serif;
23 font-size:10px;
24}
25 
Note: See TracBrowser for help on using the repository browser.