Commented out the hack that explicitly set the P top margin since that's
now handled using CSS
This commit is contained in:
Родитель
ee9a9cab3d
Коммит
e617812c67
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче