Merge pull request #2 from crowdsavings/master

Added additional CSS
This commit is contained in:
Josh Sherman 2013-02-25 17:32:35 -08:00
commit e60a483bb7

View file

@ -2,7 +2,7 @@
/*********************************************************************************************************************\ /*********************************************************************************************************************\
* LAST UPDATE * LAST UPDATE
* ============ * ============
* March 22, 2007 * August 6th, 2012
* *
* *
* AUTHOR * AUTHOR
@ -10,6 +10,11 @@
* Kwaku Otchere * Kwaku Otchere
* ospinto@hotmail.com * ospinto@hotmail.com
* *
* AFTERMARKET HACKER
* ==================
* Josh Sherman
* josh@crowdsavings.com
*
* Thanks to Andrew Hewitt (rudebwoy@hotmail.com) for the idea and suggestion * Thanks to Andrew Hewitt (rudebwoy@hotmail.com) for the idea and suggestion
* *
* All the credit goes to ColdFusion's brilliant cfdump tag * All the credit goes to ColdFusion's brilliant cfdump tag
@ -478,9 +483,15 @@ class dBug {
</script> </script>
<style type="text/css"> <style type="text/css">
table.dBug_array,table.dBug_object,table.dBug_resource,table.dBug_resourceC,table.dBug_xml { table.dBug_array,table.dBug_object,table.dBug_resource,table.dBug_resourceC,table.dBug_xml
font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px; { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px; border-spacing:2px; display:table; border-collapse:separate; }
}
table.dBug_array td,
table.dBug_object td,
table.dBug_resource td,
table.dBug_resourceC td,
table.dBug_xml td
{ line-height:1.3; padding:3px; vertical-align:top; }
.dBug_arrayHeader, .dBug_arrayHeader,
.dBug_objectHeader, .dBug_objectHeader,