aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-31 13:08:50 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-31 13:08:50 +0100
commit0ca6fc11d6c5e0d9467eac89b1fe23680e0e8521 (patch)
treea145b3420ad0263850e4aa6a90fbb4294bbd5f69 /src/html.cc
parentc1efa6ef43ce945d5881f82145a1356cb451125b (diff)
set inheritBackgroundColor for <p>
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc
index 4b49f65e..20685080 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -1740,6 +1740,7 @@ static void Html_tag_open_p(DilloHtml *html, const char *tag, int tagsize)
DW2TB(html->dw)->addParbreak (9, html->styleEngine->wordStyle ());
}
a_Html_tag_set_align_attr (html, &props, tag, tagsize);
+ html->styleEngine->inheritBackgroundColor ();
html->styleEngine->setNonCssHints (&props);
}