모바일: #459 마크업 정리 및 헤딩 다이어트

This commit is contained in:
whitedot
2013-05-16 09:21:03 +09:00
parent ade38bab84
commit cdd42a7a40
13 changed files with 101 additions and 158 deletions

View File

@ -6,7 +6,7 @@ global $is_admin;
<link rel="stylesheet" href="<?php echo $visit_skin_url ?>/style.css">
<section id="visit">
<aside id="visit">
<div>
<h2>방문자집계</h2>
<dl>
@ -21,4 +21,4 @@ global $is_admin;
</dl>
<?php if ($is_admin == "super") { ?><a href="<?php echo G4_ADMIN_URL ?>/visit_list.php">상세보기</a><?php } ?>
</div>
</section>
</aside>