mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
기본 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:
parent
14e047557f
commit
ccf770e892
126 changed files with 250 additions and 227 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</table>
|
||||
|
||||
{@$i=1}
|
||||
<DIV id="tab{$tab_id}" class="tabcontentcontainer">
|
||||
<div id="tab{$tab_id}" class="tabcontentcontainer">
|
||||
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
||||
<div id="tab{$tab_id.$i}" class="tabcontent_rss" style="height:{$widget_info->rss_height}px;overflow:auto;<!--@if($i==1)-->display:block;<!--@end-->">
|
||||
<div class="date">{$item->date} | {$item->author} <a href="{$item->link}" onclick="window.open(this.href);return false"><img src="./images/forward.png" align="absmiddle" class="iePngFix"></a></div>
|
||||
|
|
@ -28,5 +28,5 @@
|
|||
</div>
|
||||
{@$i++}
|
||||
<!--@end-->
|
||||
</DIV>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue