Browse Source

removed img max width on simplenews nodes

Bachir Soussi Chiadmi 8 years ago
parent
commit
feef7951cd

File diff suppressed because it is too large
+ 202 - 103
sites/all/themes/gui/materiobasetheme/css/styles.css


+ 13 - 2
sites/all/themes/gui/materiobasetheme/scss/styles.scss

@@ -3358,8 +3358,19 @@ body.home-v2{
   }
 } // homeV2
 
-
-
+/*
+         _                 __
+   _____(_)___ ___  ____  / /__  ____  ___ _      _______
+  / ___/ / __ `__ \/ __ \/ / _ \/ __ \/ _ \ | /| / / ___/
+ (__  ) / / / / / / /_/ / /  __/ / / /  __/ |/ |/ (__  )
+/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/\___/|__/|__/____/
+                /_/
+*/
+.node-type-simplenews{
+  img{
+    max-width: none !important;
+  }
+}
 
 
 @import "misc.scss";

Some files were not shown because too many files changed in this diff