File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ div.phpdebugbar {
1010  font-size :  14px  ;
1111  color :  # 000
1212  text-align :  left;
13+   line-height :  1 ;
1314}
1415
1516div .phpdebugbar-drag-capture  {
@@ -29,18 +30,29 @@ div.phpdebugbar-closed {
2930}
3031
3132div .phpdebugbar  * 
33+   margin :  0 ;
34+   padding :  0 ;
35+   border :  0 ;
36+   -moz-box-sizing :  content-box;
37+        box-sizing :  content-box;
38+ }
39+ 
40+ div .phpdebugbar  ol ,  div .phpdebugbar  ul  {
41+   list-style :  none;
42+ }
3243
33-     -moz-box-sizing :  content-box;
34-          box-sizing :  content-box;
44+ div .phpdebugbar  table  {
45+   border-collapse :  collapse;
46+   border-spacing :  0 ;
3547}
3648
3749div .phpdebugbar  code ,  div .phpdebugbar  pre  {
38-      background :  none;
39-      font-family :  monospace;
40-      font-size :  1em  ;
41-      border :  0 ;
42-      padding :  0 ;
43-      margin :  0 ;
50+   background :  none;
51+   font-family :  monospace;
52+   font-size :  1em  ;
53+   border :  0 ;
54+   padding :  0 ;
55+   margin :  0 ;
4456}
4557
4658a .phpdebugbar-restore-btn  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments