Commented out the hack that explicitly set the P top margin since that's

now handled using CSS
This commit is contained in:
troy 1998-04-19 05:06:41 +00:00
Родитель ee9a9cab3d
Коммит e617812c67
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -429,8 +429,8 @@ void StyleContextImpl::HackStyleFor(nsIPresContext* aPresContext,
mMolecule.textAlign = NS_STYLE_TEXT_ALIGN_RIGHT;
}
}
mMolecule.margin.top = NS_POINTS_TO_TWIPS_INT(2);
mMolecule.margin.bottom = NS_POINTS_TO_TWIPS_INT(2);
// mMolecule.margin.top = NS_POINTS_TO_TWIPS_INT(2);
// mMolecule.margin.bottom = NS_POINTS_TO_TWIPS_INT(2);
} else if (buf.EqualsIgnoreCase("BODY")) {
float p2t = aPresContext->GetPixelsToTwips();
// mColor.mBackgroundColor = NS_RGB(255, 255, 255);

Просмотреть файл

@ -429,8 +429,8 @@ void StyleContextImpl::HackStyleFor(nsIPresContext* aPresContext,
mMolecule.textAlign = NS_STYLE_TEXT_ALIGN_RIGHT;
}
}
mMolecule.margin.top = NS_POINTS_TO_TWIPS_INT(2);
mMolecule.margin.bottom = NS_POINTS_TO_TWIPS_INT(2);
// mMolecule.margin.top = NS_POINTS_TO_TWIPS_INT(2);
// mMolecule.margin.bottom = NS_POINTS_TO_TWIPS_INT(2);
} else if (buf.EqualsIgnoreCase("BODY")) {
float p2t = aPresContext->GetPixelsToTwips();
// mColor.mBackgroundColor = NS_RGB(255, 255, 255);

Просмотреть файл

@ -429,8 +429,8 @@ void StyleContextImpl::HackStyleFor(nsIPresContext* aPresContext,
mMolecule.textAlign = NS_STYLE_TEXT_ALIGN_RIGHT;
}
}
mMolecule.margin.top = NS_POINTS_TO_TWIPS_INT(2);
mMolecule.margin.bottom = NS_POINTS_TO_TWIPS_INT(2);
// mMolecule.margin.top = NS_POINTS_TO_TWIPS_INT(2);
// mMolecule.margin.bottom = NS_POINTS_TO_TWIPS_INT(2);
} else if (buf.EqualsIgnoreCase("BODY")) {
float p2t = aPresContext->GetPixelsToTwips();
// mColor.mBackgroundColor = NS_RGB(255, 255, 255);