mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@519 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5515c7e7c6
commit
f564dfb046
7 changed files with 85 additions and 15 deletions
|
|
@ -1,4 +1,6 @@
|
|||
body {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
border-width:0px;
|
||||
border-style:none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
<!--%import("css/popup.css")-->
|
||||
|
||||
<!--#include("./common/tpl/common_header.html")-->
|
||||
<div id="popup_content">
|
||||
{$content}
|
||||
</div>
|
||||
<div id="popup_content" style="float:left;">{$content}</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window, 'load', setFixedPopupSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue