Revert "다른 프레임워크와 css 충돌을 피하기 위해 rhymix.less의 class/id 이름에 prefix 처리"

This reverts commit b1cb1f3f34.
This commit is contained in:
Kijin Sung 2018-08-04 20:56:24 +09:00
parent b1cb1f3f34
commit f12cf74dda
251 changed files with 776 additions and 938 deletions

View file

@ -1,9 +1,9 @@
<include target="_header.html" />
<div class="context_message">
<h1>{$message}</h1>
<div class="rhymix_button_wrapper">
<a cond="!$is_logged" class="rhymix_button" href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a>
<button type="button" class="rhymix_button" onclick="history.back()">{$lang->cmd_back}</button>
<div class="btnArea">
<a cond="!$is_logged" class="btn" href="{getUrl('act','dispMemberLoginForm')}">{$lang->cmd_login}</a>
<button type="button" class="btn" onclick="history.back()">{$lang->cmd_back}</button>
</div>
</div>
<include target="_footer.html" />