mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
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:
parent
4a9110828d
commit
bf9b2fa179
1 changed files with 21 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue