summaryrefslogtreecommitdiff
path: root/render/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/css.c')
-rw-r--r--render/css.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/css.c b/render/css.c
index 574273737..af0cd5958 100644
--- a/render/css.c
+++ b/render/css.c
@@ -1,5 +1,5 @@
/**
- * $Id: css.c,v 1.7 2002/06/26 12:19:24 bursa Exp $
+ * $Id: css.c,v 1.8 2002/06/28 20:14:04 bursa Exp $
*/
#include <string.h>
@@ -75,7 +75,7 @@ const struct css_style css_empty_style = {
const struct css_style css_blank_style = {
CSS_CLEAR_NONE,
- CSS_DISPLAY_BLOCK,
+ CSS_DISPLAY_INLINE,
CSS_FLOAT_NONE,
{ CSS_FONT_SIZE_INHERIT, { { 1, CSS_UNIT_EM } } },
{ CSS_HEIGHT_AUTO, { 1, CSS_UNIT_EM } },