Fixing datasource title display.

Removing borders from debug output.
This commit is contained in:
Mark Story 2010-01-02 00:27:44 -05:00
parent cd661126ae
commit 18f58c41ae

View file

@ -180,6 +180,9 @@ table td.actions a {
text-align: left; text-align: left;
font-family: Monaco, Consolas, "Courier New", monospaced; font-family: Monaco, Consolas, "Courier New", monospaced;
} }
.cake-sql-log caption {
color:#fff;
}
/* Paging */ /* Paging */
div.paging { div.paging {
@ -436,7 +439,6 @@ pre.cake-debug {
} }
div.cake-stack-trace { div.cake-stack-trace {
background: #fff; background: #fff;
border: 4px dotted #ffcc00;
color: #333; color: #333;
margin: 0px; margin: 0px;
padding: 6px; padding: 6px;