From faa7bcaae749311237124cce9f20e92fe7e25291 Mon Sep 17 00:00:00 2001 From: Anika Henke <anika@selfthinker.org> Date: Tue, 31 Jul 2012 23:18:35 +0100 Subject: [PATCH] fixed objects not showing properly (FS#2572) --- lib/tpl/dokuwiki/css/basic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tpl/dokuwiki/css/basic.css b/lib/tpl/dokuwiki/css/basic.css index f33b21fbe..4942de001 100644 --- a/lib/tpl/dokuwiki/css/basic.css +++ b/lib/tpl/dokuwiki/css/basic.css @@ -188,11 +188,11 @@ img { color: #666; background-color: transparent; font-style: italic; + height: auto; } img, object { max-width: 100%; - height: auto; } /* IE8 and below won't display the images otherwise */ button img { -- GitLab