git-svn-id: http://xe-core.googlecode.com/svn/trunk@792 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 03:51:51 +00:00
parent cad719a2a3
commit da1fe7f3b1
9 changed files with 150 additions and 133 deletions

View file

@ -1,3 +1,5 @@
@charset "utf-8";
body {
margin:0px;
padding:0px;

View file

@ -2,5 +2,5 @@
<div id="popup_content" style="float:right;">{$content}</div>
<script type="text/javascript">
xAddEventListener(window, 'load', setFixedPopupSize);
xAddEventListener(window, 'load', setFixedPopupSize);
</script>