From d037cb93a9f0a3330ffe28f7c56902fdcd49167d Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 29 Jun 2016 10:42:51 +0100 Subject: [PATCH] Wiki styles clean-up. --- services/web/public/stylesheets/app/wiki.less | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/services/web/public/stylesheets/app/wiki.less b/services/web/public/stylesheets/app/wiki.less index 2bc962961f..5f7462d02c 100644 --- a/services/web/public/stylesheets/app/wiki.less +++ b/services/web/public/stylesheets/app/wiki.less @@ -41,11 +41,6 @@ .example { max-width: 100%; - & > div { - display: block !important; - width: auto !important; - } - .code { pre { background-color: @gray-lightest; @@ -60,9 +55,9 @@ padding-top: 10px; img { - width: auto !important; - height: auto !important; - max-width: 100% !important; + width: auto; + height: auto; + max-width: 100%; box-shadow: 0 1px 3px @gray-light; border-radius: 6px; }