summaryrefslogtreecommitdiff
path: root/source/html/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/layout.c')
-rw-r--r--source/html/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/layout.c b/source/html/layout.c
index 14edc5ef..372a495d 100644
--- a/source/html/layout.c
+++ b/source/html/layout.c
@@ -22,7 +22,7 @@ static const char *default_css =
"sub{vertical-align:sub}"
"sup{vertical-align:super}"
"s,strike,del{text-decoration:line-through}"
-"hr{border:1pxinset}"
+"hr{border:1px inset}"
"ol,ul,dir,menu,dd{margin-left:40px}"
"ol{list-style-type:decimal}"
"ol ul,ul ol,ul ul,ol ol{margin-top:0;margin-bottom:0}"