기본 css에서 margin/padding등 html elements에 대해서 영향을 끼칠 수 있는 모든 속성 제거. 기본 패키지의 css 및 css 관련 오류 일괄 조절

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3794 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-25 18:08:39 +00:00
parent 14e047557f
commit ccf770e892
126 changed files with 250 additions and 227 deletions

View file

@ -1,5 +1,5 @@
.sz_point { width:100%; position:relative;}
.sz_point h2 { height:21px; padding:9px 0 0 9px; font-size:1em;}
.sz_point h2 { margin:0; height:21px; padding:9px 0 0 9px; font-size:1em;}
.sz_point .left { cursor:pointer; height:20px; background:url(../images/default/bullet.gif) no-repeat left; padding-left:15px; overflow:hidden; }
@ -18,4 +18,4 @@
.sz_point a {color: #3e81de; text-decoration:none;}
.sz_point a:hover {color: #3e81de;}
.sz_point a:visit {color: #3e81de;}
.sz_point a:visit {color: #3e81de;}

View file

@ -23,7 +23,6 @@
</description>
</maker>
<colorset>
<colorset>
<color name="Box_000">
<title xml:lang="ko">기본</title>
<title xml:lang="jp">デフォルト</title>