Invalid CSS minor fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11155 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-04 06:45:49 +00:00
parent 3975ea1792
commit 75ae4a7252
2 changed files with 2 additions and 2 deletions

View file

@ -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:none !important;margin:none !important}
#zonePageContent{overflow:hidden;width:100%;padding:0 !important;margin:none !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}