Changeset 7405

Show
Ignore:
Timestamp:
04/22/09 02:00:43 (17 months ago)
Author:
inureyes
Message:

refs #1231

  • 스킨 css 로 인한 마진 문제에 inline 속성을 주어 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.7/library/view/view.php

    r7357 r7405  
    10471047function addWebSlice($content, $id, $title) { 
    10481048    return '<div class="hslice" id="'.$id.'">'.CRLF. 
    1049         '<h4 class="entry-title" style="visibility:hidden;height:0;">'.$title.'</h4>'.CRLF. 
     1049        '<h4 class="entry-title" style="visibility:hidden;height:0;padding:0;margin:0;">'.$title.'</h4>'.CRLF. 
    10501050        '<div class="entry-content">'.CRLF.$content.CRLF.'</div>'.CRLF. 
    10511051        '</div>'.CRLF;