diff options
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r-- | juick-www/src/main/static/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 05369c22..4fda41df 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -195,9 +195,9 @@ article .i { text-align: center; } article .ir { - text-align: center; margin-bottom: 10px; margin-left: 10px; + text-align: center; } article .ir a { cursor: -moz-zoom-in; @@ -750,21 +750,21 @@ fieldset { margin-top: 25px; } .embedContainer { - position: relative; - padding-bottom: 56.25%; - padding-top: 30px; height: 0; overflow: hidden; + padding-bottom: 56.25%; + padding-top: 30px; + position: relative; text-align: center; } .embedContainer iframe, .embedContainer object, .embedContainer embed { + height: 100%; + left: 0; position: absolute; top: 0; - left: 0; width: 100%; - height: 100%; } .embedContainer img { max-width: 100%; |