|
|
@@ -56,7 +56,7 @@ h2 {
|
|
|
font-size: 190%;
|
|
|
}
|
|
|
h3 {
|
|
|
- color: #993;
|
|
|
+ color: #2c6877;
|
|
|
font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
|
|
|
font-size: 165%;
|
|
|
}
|
|
|
@@ -434,6 +434,7 @@ p.error,
|
|
|
color: #fff;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
|
background-repeat: repeat-x;
|
|
|
+ background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
|
|
|
background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
|
|
|
background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
|
|
|
background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
|
|
|
@@ -542,11 +543,14 @@ pre {
|
|
|
position: relative;
|
|
|
white-space: normal;
|
|
|
}
|
|
|
+.cake-debug > a {
|
|
|
+ text-shadow: none;
|
|
|
+}
|
|
|
.cake-stack-trace {
|
|
|
background: rgba(255, 255, 255, 0.7);
|
|
|
color: #333;
|
|
|
- margin: 10px 0 0 0;
|
|
|
- padding: 10px;
|
|
|
+ margin: 10px 0 5px 0;
|
|
|
+ padding: 10px 10px 0 10px;
|
|
|
font-size: 120%;
|
|
|
line-height: 140%;
|
|
|
overflow: auto;
|
|
|
@@ -570,15 +574,18 @@ pre {
|
|
|
position: relative;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
-.cake-stack-trace pre,
|
|
|
-.cake-code-dump pre {
|
|
|
+.cake-context {
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+.cake-stack-trace pre {
|
|
|
color: #000;
|
|
|
background-color: #F0F0F0;
|
|
|
- margin: 0px;
|
|
|
+ margin: 0px 0 10px 0;
|
|
|
padding: 1em;
|
|
|
overflow: auto;
|
|
|
text-shadow: none;
|
|
|
}
|
|
|
+/* excerpt */
|
|
|
.cake-code-dump pre,
|
|
|
.cake-code-dump pre code {
|
|
|
clear: both;
|
|
|
@@ -588,9 +595,9 @@ pre {
|
|
|
padding: 4px;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
-.cake-code-dump span.code-highlight {
|
|
|
- background-color: #ff0;
|
|
|
- padding: 4px;
|
|
|
+.cake-code-dump .code-highlight {
|
|
|
+ display: block;
|
|
|
+ background-color: rgba(255, 255, 0, 0.5);
|
|
|
}
|
|
|
.code-coverage-results div.code-line {
|
|
|
padding-left:5px;
|