Fixing issue with generic.css and overlapping in view scaffolds.

Thanks to 'euromark' for the patch.
Fixes #1787
This commit is contained in:
Mark Story 2011-06-21 22:26:21 -07:00
parent ea2f621d18
commit 694819cb81

View file

@ -215,6 +215,7 @@ dt {
font-weight: bold;
padding-left: 4px;
vertical-align: top;
width: 10em;
}
dd {
margin-left: 10em;
@ -536,4 +537,4 @@ div.code-coverage-results span.result-good {
/** Elements **/
#url-rewriting-warning {
display:none;
}
}