diff options
-rw-r--r-- | src/static/site2.css | 7 | ||||
-rwxr-xr-x | src/upd8.js | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/static/site2.css b/src/static/site2.css index 41f1082f..62b43ff3 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -709,13 +709,6 @@ li > ul { height: 100%; } -.image-inner-area { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; -} - .image-text-area { position: absolute; top: 0; diff --git a/src/upd8.js b/src/upd8.js index fad3c7d8..51b098fd 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -703,7 +703,6 @@ function img({ function wrap(input, hide = false) { let wrapped = input; - wrapped = html.tag('div', {class: 'image-inner-area'}, wrapped); wrapped = html.tag('div', {class: 'image-container'}, wrapped); if (reveal) { |