aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-08 15:23:21 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-08 15:23:21 +0100
commit79a3a198352597ceda154ce3a5c93373967ab5bf (patch)
tree09a307efda9ae672f0336b17caff4fe7892bbd96 /src/css.cc
parent8ab7dd2af3b0230112fbdd552f9461dda6371cea (diff)
support CSS_FONT_WEIGHT_LIGHTER and CSS_FONT_WEIGHT_BOLDER
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index 3f036f5e..b28f1d03 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -114,7 +114,7 @@ CssStyleSheet * CssContext::buildUserAgentStyle () {
// <b>
props = new CssPropertyList ();
- props->set (CssProperty::CSS_PROPERTY_FONT_WEIGHT, 700);
+ props->set (CssProperty::CSS_PROPERTY_FONT_WEIGHT, CssProperty::CSS_FONT_WEIGHT_BOLDER);
s->addRule (new CssSelector(a_Html_tag_index("b"), NULL, NULL), props);
// <i>