Skip to content

Commit

Permalink
Fixing datasource title display.
Browse files Browse the repository at this point in the history
Removing borders from debug output.
  • Loading branch information
markstory committed Jan 2, 2010
1 parent cd66112 commit 18f58c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/webroot/css/cake.generic.css
Expand Up @@ -180,6 +180,9 @@ table td.actions a {
text-align: left;
font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
color:#fff;
}

/* Paging */
div.paging {
Expand Down Expand Up @@ -436,7 +439,6 @@ pre.cake-debug {
}
div.cake-stack-trace {
background: #fff;
border: 4px dotted #ffcc00;
color: #333;
margin: 0px;
padding: 6px;
Expand Down

0 comments on commit 18f58c4

Please sign in to comment.