사용자: 설문조사 결과, CSS 폰트 크기 0.75em 으로 통일

This commit is contained in:
whitedot
2013-01-17 10:23:17 +09:00
parent e74797c847
commit 030f8c25cd
2 changed files with 62 additions and 72 deletions

View File

@ -16,7 +16,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<li>
<p>
<?=$list[$i]['content']?>
<span><?=$list[$i]['cnt']?>표 <?=number_format($list[$i]['rate'], 1)?>%</span>
<strong><?=$list[$i]['cnt']?>표</strong>
<span><?=number_format($list[$i]['rate'], 1)?>%</span>
</p>
<div class="poll_result_graph">
<span style="width:<?=number_format($list[$i]['rate'], 1)?>%"></span>