Skip to content

Commit

Permalink
Fixing issue with generic.css and overlapping in view scaffolds.
Browse files Browse the repository at this point in the history
Thanks to 'euromark' for the patch.
Fixes #1787

Conflicts:

	app/webroot/css/cake.generic.css
  • Loading branch information
markstory committed Jun 22, 2011
1 parent a6ccee3 commit f641da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/webroot/css/cake.generic.css
Expand Up @@ -216,6 +216,7 @@ dt {
font-weight: bold;
padding-left: 4px;
vertical-align: top;
width: 10em;
}
dd {
margin-left: 10em;
Expand Down Expand Up @@ -537,4 +538,4 @@ div.code-coverage-results span.result-good {
/** Elements **/
#url-rewriting-warning {
display: none;
}
}

0 comments on commit f641da8

Please sign in to comment.