diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-25 01:56:29 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-25 01:56:29 -0500 |
commit | e57c8ed3944bf737afdb2f564d159a53f8a6b1c6 (patch) | |
tree | 27815de79de7df04a16b4bbcc6eb7d12841e8897 /src/client/documents/Documents.ts | |
parent | d9d55e422826da1fe87aa7973c92e54bc0c99f02 (diff) |
more css cleanup
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 4c5f26fbd..2dfff6235 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -128,8 +128,8 @@ export namespace Documents { // example of custom display string for an image that shows a caption. function EmbeddedCaption() { - return `<div style="position:absolute; height:100%"> - <div style="position:relative; margin:auto; width:85%; margin:auto" >` + return `<div style="height:100%"> + <div style="position:relative; margin:auto; height:85%;" >` + ImageBox.LayoutString() + `</div> <div style="position:relative; overflow:auto; height:15%; text-align:center; ">` |