mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Revert "다른 프레임워크와 css 충돌을 피하기 위해 rhymix.less의 class/id 이름에 prefix 처리"
This reverts commit b1cb1f3f34.
This commit is contained in:
parent
b1cb1f3f34
commit
f12cf74dda
251 changed files with 776 additions and 938 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue