diff --git a/frappe/__init__.py b/frappe/__init__.py index f317cecefd..bc6a55a6d9 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template -__version__ = "7.0.36" +__version__ = "7.0.37" local = Local() diff --git a/frappe/templates/styles/standard.css b/frappe/templates/styles/standard.css index 00fd813af7..56e4479cf4 100644 --- a/frappe/templates/styles/standard.css +++ b/frappe/templates/styles/standard.css @@ -69,7 +69,7 @@ padding: 50% 0; background-size: contain; /*background-size: cover;*/ - background-repeat: no-repeat; + background-repeat: no-repeat !important; background-position: center center; border-radius: 4px; }