From c0cd692bfc1bd10b48d1b5db8a1e870718984598 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 7 Jun 2007 00:38:54 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1555 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/css/default.css b/common/css/default.css index d8733aa80..dc5ba850a 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -7,7 +7,7 @@ Jeong, Chan Myeong 070529~070529 /* default.css - Type Selector Definition */ * { margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} html, body { height:100%;} -html { width:100%; position:relative;} +html { width:100%; } body { font-size:.75em; margin:2em;} img { border:none;} label { cursor:pointer;}