Skip to content

Commit d7f5f43

Browse files
author
delphidabbler
committed
Revert "Updated CSS applied to body tag in HTML frames."
This reverts commit 5e83ae9.
1 parent 1b2868e commit d7f5f43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/FrHTMLDlg.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ procedure THTMLDlgFrame.BuildCSS(const CSSBuilder: TCSSBuilder);
8585
AddProperty(TCSS.BackgroundColorProp(fOwner.Color));
8686
AddProperty(TCSS.FontProps(fOwner.Font));
8787
AddProperty(TCSS.MarginProp(0));
88-
AddProperty(TCSS.LineHeightProp(120));
8988
end;
9089
// Sets heading margins, padding and font size
9190
with CSSBuilder.AddSelector('h1') do

0 commit comments

Comments
 (0)