Skip to content

Commit 7a74a06

Browse files
committed
index.html: Layout adjustments
1 parent f728e10 commit 7a74a06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/deepzoom/templates/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<title>Slide Viewer</title>
33

44
<style type="text/css">
5+
body {
6+
margin: 5px;
7+
}
58
h1 {
69
font-size: 1.2em;
710
}
@@ -39,8 +42,8 @@
3942
}
4043
div#properties {
4144
position: absolute;
42-
right: 0;
43-
width: 25%;
45+
left: 75%;
46+
width: 24.5%;
4447
height: 98%;
4548
overflow: auto;
4649
}

0 commit comments

Comments
 (0)