Adding debug CSS

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4538 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2007-02-18 20:26:49 +00:00
parent 4a9110828d
commit bf9b2fa179

View file

@ -318,7 +318,26 @@ div.related div.actions ul li a:hover {
text-decoration: none;
}
/* Other */
/* Debugging */
pre {
padding: 1em;
}
pre.cake_debug {
margin: 2px;
font-size: 12px;
line-height: 18px;
}
div.cake-stack-trace {
margin: 2px 2px 0 2px;
font-size: 12px;
line-height: 18px;
}
div.cake-stack-trace pre {
background-color: #F0F0F0;
border: 1px dotted #606060;
padding: 2px 0 2px 5px;
margin: 0px 4px 5px 5px;
}