mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@865 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
35b9bb8fd2
commit
0ec053b51b
2 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ h6 {
|
|||
left:0px;
|
||||
position:relative;
|
||||
padding:20px 10px 10px 10px;
|
||||
border:1px solid #555555;
|
||||
border:8px solid #DDDDDD;
|
||||
}
|
||||
|
||||
#fororiginalimagearea {
|
||||
|
|
|
|||
|
|
@ -267,8 +267,8 @@ function showOriginalImage(evt) {
|
|||
orig_image.src = src;
|
||||
|
||||
var areabg = xGetElementById("fororiginalimageareabg");
|
||||
xWidth(areabg, image_width+22);
|
||||
xHeight(areabg, image_height+32);
|
||||
xWidth(areabg, image_width+36);
|
||||
xHeight(areabg, image_height+46);
|
||||
|
||||
var area = xGetElementById("fororiginalimagearea");
|
||||
xLeft(area, xScrollLeft());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue