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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/html/layout.c b/source/html/layout.c
index b5a22557..001e15e4 100644
--- a/source/html/layout.c
+++ b/source/html/layout.c
@@ -1,9 +1,6 @@
#include "mupdf/html.h"
-#define L LEFT
-#define R RIGHT
-#define T TOP
-#define B BOTTOM
+enum { T, R, B, L };
static const char *default_css =
"html,address,blockquote,body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,ol,p,ul,center,hr,pre{display:block}"