springnote 연동 모듈의 기본 스킨의 목록 부분 css 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4059 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-31 02:25:53 +00:00
parent 3009f1ecfb
commit 0aebdb77fd
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@
{@ $_idx = 0 }
<!--@foreach($pages as $key => $val)-->
<div class="page <!--@if(!$_idx)-->noline<!--@end--> <!--@if($val->pageid == $pageid)-->selected<!--@end-->" style="padding-left:{($val->depth+1)*20}px;">
<div class="title"><a href="{getUrl('pageid',$key)}">{$val->title}</a></div>
<div class="pageTitle"><a href="{getUrl('pageid',$key)}">{$val->title}</a></div>
<!--@if($val->source)--><div class="desc">{$val->source}</div><!--@end-->
</div>
{@ $_idx++}