통합스타일시트를 개별 스킨 폴더 밑의 style.css 로 분리
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<link rel="stylesheet" href="<?=$latest_skin_url?>/style.css">
|
||||
|
||||
<div class="lt">
|
||||
<a href="<?=G4_BBS_URL?>/board.php?bo_table=<?=$bo_table?>" class="lt_title" onclick="return false"><strong><?=$bo_subject?></strong></a>
|
||||
<ul>
|
||||
|
||||
7
mobile/skin/latest/basic/style.css
Normal file
7
mobile/skin/latest/basic/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
/* 최근게시물 스킨 (latest) */
|
||||
.lt {position:relative;margin:0 0 1em;padding:0 1em 1.5em;border-bottom:1px solid #ddd}
|
||||
.lt ul {margin:0 0 1em;padding:0;list-style:none}
|
||||
.lt li {padding:0.2em 0}
|
||||
.lt a {color:#000;text-decoration:none}
|
||||
.lt_title {display:block;padding:1em 0}
|
||||
.lt_more {position:absolute;top:1em;right:1em}
|
||||
Reference in New Issue
Block a user