mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixing pre color in css
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5158 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
5e3c6def84
commit
5e6afe29be
2 changed files with 2 additions and 0 deletions
|
@ -347,6 +347,7 @@ div.related {
|
|||
|
||||
/* Debugging */
|
||||
pre {
|
||||
color: #000;
|
||||
background: #f0f0f0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
|
@ -347,6 +347,7 @@ div.related {
|
|||
|
||||
/* Debugging */
|
||||
pre {
|
||||
color: #000;
|
||||
background: #f0f0f0;
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue