|
@@ -139,10 +139,11 @@ use Cake\Error\Debugger;
|
|
|
.stack-frame {
|
|
.stack-frame {
|
|
|
background: #e5e5e5;
|
|
background: #e5e5e5;
|
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
- margin-bottom: 5px;
|
|
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
}
|
|
|
.stack-frame:last-child {
|
|
.stack-frame:last-child {
|
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
|
|
|
+ margin-bottom: 0;
|
|
|
}
|
|
}
|
|
|
.stack-frame a {
|
|
.stack-frame a {
|
|
|
display: block;
|
|
display: block;
|
|
@@ -211,7 +212,7 @@ use Cake\Error\Debugger;
|
|
|
|
|
|
|
|
.code-excerpt {
|
|
.code-excerpt {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- margin: 10px 0;
|
|
|
|
|
|
|
+ margin: 10px 0 0 0;
|
|
|
background: #fefefe;
|
|
background: #fefefe;
|
|
|
}
|
|
}
|
|
|
.code-highlight {
|
|
.code-highlight {
|
|
@@ -232,6 +233,9 @@ use Cake\Error\Debugger;
|
|
|
.excerpt-number:after {
|
|
.excerpt-number:after {
|
|
|
content: attr(data-number);
|
|
content: attr(data-number);
|
|
|
}
|
|
}
|
|
|
|
|
+ .cake-debug {
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
table {
|
|
table {
|
|
|
text-align: left;
|
|
text-align: left;
|