블로그 스킨 디자인 살짝 수정..;;

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2247 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-07 15:10:13 +00:00
parent 67fdafc5f5
commit 6acfb459f9
3 changed files with 4 additions and 3 deletions

View file

@ -17,7 +17,7 @@ a { text-decoration:none; }
#contentBody { overflow:hidden; padding-bottom:2em; _width:100%;}
/* Blog Layout - ColumnLeft */
#columnLeft { float:left; width:182px; margin:0px 8px 0px 0px; margin-left:10px; }
#columnLeft { float:left; width:182px; margin:0px 8px 0px 10px; _margin-left:5px;padding:0px;}
/* Blog Layout - ColumnRight */
#columnRight {}
@ -79,7 +79,7 @@ div#category #categoryList li li li { background:url(../images/common/iconList.g
div#category #categoryList a { display:block; _display:inline-block; color:#6b6b6b; margin:0 0 6px 5px;}
/* Search Box */
div#searchBox { margin-bottom:.7em; padding:.6em; background:#f5f5f5; overflow:hidden;}
div#searchBox { margin-bottom:.7em; padding:.6em; background:#f5f5f5; overflow:hidden; _height:25px;}
div#searchBox fieldset { border:none;}
div#searchBox fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;}

View file

@ -127,6 +127,7 @@
<span class="fr"><input type="image" src="./images/common/btn2_search.gif" alt="{$lang->cmd_search}" /></span>
</form>
</div>
<div class="clear"></div>
<!-- 왼쪽 위젯 출력 위치 -->

View file

@ -15,7 +15,7 @@
</span>
</address>
<div>
<a href="{$val->url}" onclick="winopen(this.href);return false;">{$val->excerpt}</a>
<a href="{$val->url}" onclick="winopen(this.href);return false;">{cut_str($val->excerpt,100,'...')}</a>
</div>
</li>
<!--@end-->