From 53635480521030761f8aa0488752853eab6d9f87 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 21 Sep 2003 22:47:08 +0000 Subject: [project @ 2003-09-21 22:47:08 by bursa] Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307 --- render/box.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 1d61696c3..2422f2032 100644 --- a/render/box.h +++ b/render/box.h @@ -22,7 +22,8 @@ typedef enum { BOX_BLOCK, BOX_INLINE_CONTAINER, BOX_INLINE, BOX_TABLE, BOX_TABLE_ROW, BOX_TABLE_CELL, BOX_TABLE_ROW_GROUP, - BOX_FLOAT_LEFT, BOX_FLOAT_RIGHT + BOX_FLOAT_LEFT, BOX_FLOAT_RIGHT, + BOX_INLINE_BLOCK } box_type; struct column { -- cgit v1.2.3