1
0

some whitespace cleanup to e03e95b

This commit is contained in:
Ian
2012-12-07 15:56:39 +01:00
parent e03e95b33a
commit 3b90cddfff
2 changed files with 12 additions and 12 deletions

View File

@ -37,11 +37,11 @@
}
#outer {
width: {$imgedit.img_width}px;
height: {$imgedit.img_height}px;
border: 1px solid red;
position: relative;
display: block;
width: {$imgedit.img_width}px;
height: {$imgedit.img_height}px;
border: 1px solid red;
position: relative;
display: block;
}
</style>
<script type="text/javascript" src="{serendipity_getFile file='dragdrop.js'}" ></script>