쇼핑몰: #271 메인 애니메이션 마크업 스타일 작업 완료

This commit is contained in:
whitedot
2013-08-08 15:49:05 +09:00
parent 42058419cd
commit e37e4544bb
3 changed files with 7 additions and 13 deletions

View File

@ -20,7 +20,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
if ($this->css) {
echo "<div id=\"smt_{$this->type}\" class=\"{$this->css}\">\n";
} else {
echo "<div id=\"smt_{$this->type}\" class=\"sct smt_50\">\n";
echo "<div id=\"smt_{$this->type}\" class=\"sct smt_40\">\n";
}
echo "<ul class=\"sct_ul sct_ul_first\">\n";
}