From 8bd55e5e26f4e6400b942437ee63f35fb4334413 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 4 Sep 2012 06:51:39 +0000 Subject: [PATCH] Invalid CSS minor fix. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11156 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/tpl/css/widget.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/widget/tpl/css/widget.css b/modules/widget/tpl/css/widget.css index ea96a9681..cc411a94a 100644 --- a/modules/widget/tpl/css/widget.css +++ b/modules/widget/tpl/css/widget.css @@ -5,7 +5,7 @@ #colorset_area{margin-top:.5em} #colorset_area .header{float:left;margin-right:.5em;padding-top:.2em} #colorset_area .footer{float:left} -#zonePageContent{overflow:hidden;width:100%;padding:0 !important;margin:none !important} +#zonePageContent{overflow:hidden;width:100%;padding:0 !important;margin:0 !important} .pageAddContent{width:700px} .widgetOutput{float:left;cursor:move;z-index:998;overflow:hidden;position:relative;width:100%} .widgetOutput .widgetBorder{border:1px dashed #ccc;z-index:999}